import { ChainId, ChainType } from "../types/enums"; export declare function getChainTypeName(chainType?: ChainType): string; export declare function getChainTypeByChainId(chainId?: ChainId): ChainType; export declare function getChainName(chainId?: ChainId): string | undefined;