import type { Options } from '@storybook/core-common';
export declare function generateImportFnScriptCode(options: Options): Promise<string>;
