import { AgingBalance } from '@zeniai/client-epic-state'; import { ReportElementConfig, ReportTreeNode } from '../../../reportTreeTypes'; export declare function mapAgingTotalBalancesToTreeNode({ title, balances, config, numOfBalances, nodeId, }: { balances: AgingBalance[]; config: ReportElementConfig; numOfBalances: number; title: string; nodeId?: string; }): ReportTreeNode;