import { ProfitAndLossByClassHorizontalReport } from '@zeniai/client-epic-state'; import { RootNodes } from '../../reportTree/ReportTree'; import { ReportElementConfig } from '../../reportTree/reportTreeTypes'; /** * Maps a `ProfitAndLossByClassHorizontalReport` (with selector-side enrichment) into * report-tree nodes. */ export declare function mapProfitAndLossClassHorizontalReportToTreeNodes(report: ProfitAndLossByClassHorizontalReport, config: ReportElementConfig): RootNodes;