import { AccountReconciliationBySection } from '@zeniai/client-epic-state'; import { ReportElementConfig, ReportTreeNode } from '../../../reportTreeTypes'; export declare function mapTimeframeBalancesToTreeNode({ config, accountReconForSection, nodeId, }: { accountReconForSection: AccountReconciliationBySection; config: ReportElementConfig; nodeId?: string; }): ReportTreeNode;