import { type Manifest } from '@sap/ux-specification-types'; /** * Method returns array of card definition names. * * @param genericSchema - Generic schema of Overview Page. * @returns Array of definition names */ export declare function getCardDefinitionNames(genericSchema: object): Array; /** * Generates an app specific schema out of the generic schema. * Generic types are replaced by information from the app manifest. * * @param genericSchema - generic JSON schema of an object page * @param manifest - manifest.json of the app * @returns the app specific JSON schema */ export declare function generateOverviewPageSchemaV2(genericSchema: object, manifest: Manifest): object; //# sourceMappingURL=overviewPage.d.ts.map