import type { FreestyleApp } from './types.js'; /** * Sets defaults for relevant parameters (`flpAppId`, `startFile`, `localStartFile`, ) when virtual endpoints are used. * * @param ffApp - Fiori freestyle application config */ export declare function setVirtualEndpointDefaults(ffApp: FreestyleApp): void; /** * Set defaults for missing parameters on the given instance of the overall config. * Adds source template info. * * @param ffApp full config object used by the generate method */ export declare function setDefaults(ffApp: FreestyleApp): void; export declare const escapeFLPText: (s: string) => string; //# sourceMappingURL=defaults.d.ts.map