import { GetWalletBalanceInput } from './types'; export declare const getWalletBalance: ({ nodeAddress, token, }: GetWalletBalanceInput) => Promise;