import type { GenerateAppSchemaParameters } from '@sap/ux-specification-types'; import type { Definition } from 'typescript-json-schema'; /** * Generates an app-specific schema from the generic schema. * Generic types are replaced by data from the app-specific annotations. * * @param {GenerateAppSchemaParameters} generateParameters - list of API input parameters * @param {object} appSchema - generic JSON schema of the application page (app.json) */ export declare function generateAppSchemaV4(generateParameters: GenerateAppSchemaParameters, appSchema: Definition): void; //# sourceMappingURL=app.d.ts.map