import { AgingBalance } from '@zeniai/client-epic-state'; export declare const calculateTotalBalance: (balances: AgingBalance[]) => AgingBalance;