import type { TokenAmount } from '@lifi/sdk'; export declare const useTokenAddressBalance: (chainId?: number, tokenAddress?: string) => { token: TokenAmount; chain: import("@lifi/sdk").ExtendedChain | undefined; isLoading: boolean; refetch: (options?: import("@tanstack/react-query").RefetchOptions) => Promise>; };