import type { VSCodeInstance } from '@sap-ux/fiori-generator-shared'; import type { GeneratorOptions } from 'yeoman-generator'; import type { CommonPromptOptions } from '@sap-ux/inquirer-common'; /** * Loads the fiori generator extension and returns the extension prompt options. * This a lightweight temp version for loading the extension generator prompts options. * * @param createEnv - the env create function from yeoman generator * @param rootGeneratorName - the name of the root generator * @param vscode - instance of vscode * @returns - the extension prompt options */ export declare function getExtensionGenPromptOpts(createEnv: GeneratorOptions['env.create'], rootGeneratorName: string, vscode?: VSCodeInstance): Promise | undefined>; //# sourceMappingURL=extension-prompts.d.ts.map