export declare const useToken: (chainId?: number, tokenAddress?: string) => { token: import("..").TokenAmount | undefined; isLoading: boolean; };