export declare const getBalance: (publicKey: string, rpcUrl?: string) => Promise<number>;
