export declare const useToken: (chainId?: number, tokenAddress?: string) => {
    token: any;
    isLoading: boolean;
};
