import { CalculatedSection, Month, Section } from '@zeniai/client-epic-state'; import { ChartData, ChartValueKey } from '../common/chartTypes'; declare const mapCashInCashOutReportToChartItems: (firstMonthOfFY: Month, cashInCashOutOrderedKeys: ChartValueKey[], cashIn?: Section, cashOut?: Section, netCashFlow?: CalculatedSection) => ChartData | undefined; export default mapCashInCashOutReportToChartItems;