import type { GetBalancesParams, TokenBalanceResult, Wallet } from '../types'; export interface BalancesContext { wallet: Wallet | null; rpcOverride?: string; apiKey?: string; } export declare function getBalances(ctx: BalancesContext, params: GetBalancesParams): Promise; //# sourceMappingURL=balances.d.ts.map