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