import { COABalance } from '@zeniai/client-epic-state'; import { RootNodes } from '../../reportTree/ReportTree'; import { ReportElementConfig } from '../../reportTree/reportTreeTypes'; import { FinancialReport } from '../reportTypes'; export declare function getRootNodesWithUpdatedConfig(rootNodes: RootNodes, updatedConfig: ReportElementConfig, report: FinancialReport, makeTimeframeRowSticky?: boolean): RootNodes; export declare const getTimeframeRowBalances: (financialReport: FinancialReport) => COABalance[];