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