import { Network } from '../../index'; export declare const CHAIN_ID: { [key: string]: number; }; export declare const ID_CHAINNAME: { [key: number]: Network; }; export declare const CHAIN: { [key: string]: string; }; export declare const API_BASE_URL: { [key: string]: { api: string; key: string; secret: string; }; };