type SpecApiConfig = { specApiType: string; specApiUrl: string; }; export type ChainConfig = { name: string; chainId: number; networkId: number; jsonRpcUrl: string; specApiConfigs: SpecApiConfig[]; }; export declare const supportedChains: Map; export {};