import { v4 } from '@sap/ux-specification-types'; import type { ApplicationV4 } from '../application'; /** * Method updates Manifest depending on is FCL ON or OFF. * * @param manifestUI5 - SAPUI5 manifest data. * @param app - Project application. */ export declare const updateFcl: (manifestUI5: v4.SapUi5V4, app: ApplicationV4) => void; //# sourceMappingURL=flexibleColumnLayout.d.ts.map