import type { GenerateAppSchemaParameters } from '@sap/ux-specification-types'; /** * Generates an app specific schema out of the generic schema. * Generic types are replaced by information from the app specific annotations. * * @param {GenerateAppSchemaParameters} generateParameters - list of API input parameters * @param genericSchema - generic JSON schema of a list report * @returns {object} - app specific JSON schema */ export declare function generateAnalyticalListReportSchemaV2(generateParameters: GenerateAppSchemaParameters, genericSchema: object): object; //# sourceMappingURL=analyticalListReport.d.ts.map