import { AccountBalance } from './accountBalance'; export declare class TotalBalance { 'total'?: AccountBalance; 'details'?: { [key: string]: AccountBalance; }; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }