import { ChainType } from "@coin-voyage/shared/common";
export declare function useChainIsSupported(chainType: ChainType, chainId?: number): boolean | null;
