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