import { type FioriElementsApp } from './types.js'; import type { Editor } from 'mem-fs-editor'; import type { Logger } from '@sap-ux/logger'; /** * Writes annotation files for the given application configuration. * * @param basePath - The base directory path of the project. * @param feApp - to generate the Fiori elements application * @param fs - The file system editor instance. * @param log - The logger instance. */ export declare function writeAnnotations(basePath: string, feApp: FioriElementsApp, fs: Editor, log?: Logger): Promise; //# sourceMappingURL=writeAnnotations.d.ts.map