import type { ImportALPV2Parameters } from '@sap/ux-specification-types'; import { v2 } from '@sap/ux-specification-types'; /** * Generates the configuration file content for an analytical list page V2. * * @param importParameters - Object containing all input data. * @returns {v2.AnalyticalListPageConfigV2 | undefined} - The generated configuration as JSON or undefined if no pages are found. */ export declare function createAnalyticalListPageConfig(importParameters: ImportALPV2Parameters): v2.AnalyticalListPageConfigV2 | undefined; //# sourceMappingURL=analyticalListPage.d.ts.map