import { CalculatedSection, Mode, Month, SectionAccountsViewReport, SectionClassesViewReportV2 } from '@zeniai/client-epic-state'; import { ChartData, ChartValueKey } from '../common/chartTypes'; declare const mapNetBurnOrIncomeReportToChartItems: (firstMonthOfFY: Month, netBurnOrderedKeys: ChartValueKey[], mode: Mode, income?: SectionAccountsViewReport | SectionClassesViewReportV2, cogs?: SectionAccountsViewReport | SectionClassesViewReportV2, expenses?: SectionAccountsViewReport | SectionClassesViewReportV2, netBurnOrIncome?: CalculatedSection) => ChartData | undefined; export default mapNetBurnOrIncomeReportToChartItems;