import type { FioriElementsApp } from '../types.js'; import type { Editor } from 'mem-fs-editor'; /** * Extend the manifest.json file passed via the fs reference with the template and settings specified. * This extends by combining the version specific common manifest with the floorplan/template type * specific settings. * * @param fs - A reference to the in memory file system * @param targetPath - The target application path * @param rootTemplatesPath - The root path where the manifest templates will be found * @param feApp - The application config to be used by the manifest templates */ export declare function extendManifestJson(fs: Editor, targetPath: string, rootTemplatesPath: string, feApp: FioriElementsApp): void; //# sourceMappingURL=manifestSettings.d.ts.map