import { Network } from '@thorwallet/xchain-client';
export declare const getBalance: ({ address, network }: {
    address: string;
    network: Network;
}) => Promise<import("@thorwallet/xchain-client").Balance[]>;
