import type { Editor } from 'mem-fs-editor'; import type { FioriElementsApp } from './types.js'; /** * Processes the template for the Flexible Programming Model (FPM). * Generates a custom page and updates the UI5 local yaml. * * @param feApp - the FE app config * @param basePath - the absolute target path where the application will be generated * @param fs - reference to a mem-fs editor * @returns {Promise} */ export declare function generateFpmConfig(feApp: FioriElementsApp, basePath: string, fs: Editor): Promise; //# sourceMappingURL=fpmConfig.d.ts.map