import type { ChainType } from "../../types/network.js";
export declare function isSupportedChainType(chainType: unknown): chainType is ChainType;
export declare function hardhatChainTypeToEdrChainType(chainType: ChainType): string;
//# sourceMappingURL=chain-type.d.ts.map