export declare const useGetTokenBalance: ({ tokenAddress }: { tokenAddress: `0x${string}`; }) => { balance: bigint | undefined; isError: boolean; error: import('viem').ReadContractErrorType | null; refetch: (options?: import('@tanstack/react-query').RefetchOptions) => Promise>; };