import { ApAgingReport } from '@zeniai/client-epic-state'; import { AgingReportChartData } from '../common/chartTypes'; export declare const mapApAgingReportToChartItems: (report: ApAgingReport) => AgingReportChartData | undefined;