import { AccountBalance } from './account-balance';
export declare class AccountBalances {
    items: AccountBalance[];
}
