import { AccountReconciliationBySection } from '@zeniai/client-epic-state'; import { ReportElementConfig, ReportTreeNode } from '../../../reportTreeTypes'; export declare function mapTotalRowToTreeNode({ title, section, config, numOfBalances, nodeId, }: { config: ReportElementConfig; numOfBalances: number; section: AccountReconciliationBySection; title: string; nodeId?: string; sectionNodeId?: string; }): ReportTreeNode;