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