export declare class GetAccountBalancesDto {
    tokens?: string[];
    provider?: string;
    account: string;
    chainId: number;
}
