export declare const FIORI_APP_SUB_GEN_NAME = "fiori-app-sub-gen"; /** * Get the name to the bundled Fiori App sub-generator entry point for use with `composeWith`. * * @param headless - return the headless version * @returns path to subgenerator */ export declare function getFioriAppSubGeneratorName(headless?: boolean): string; export * from './i18n'; //# sourceMappingURL=index.d.ts.map