import { ID, SectionAccountsViewReport } from '@zeniai/client-epic-state'; import { ReportElementConfig, ReportTreeNode } from '../../../reportTreeTypes'; export declare function mapSectionAccountGroupsToTreeNodes({ section, sectionId, numOfBalances, config, }: { config: ReportElementConfig; numOfBalances: number; section: SectionAccountsViewReport; sectionId: ID; }): ReportTreeNode[];