import type { ImportObjectPageV2Parameters } from '@sap/ux-specification-types'; import { v2 } from '@sap/ux-specification-types'; /** * Creates the configuration (file content) for a V2 object page. * * @param importParameters - object comprising all input data * @returns - the object page configuration (JSON) */ export declare function createObjectPageConfigV2(importParameters: ImportObjectPageV2Parameters): v2.ObjectPageConfigV2 | undefined; //# sourceMappingURL=objectPage.d.ts.map