export declare enum ChainId { MAINNET = 1, ROPSTEN = 3, RINKEBY = 4, GĂ–RLI = 5, KOVAN = 42 } export declare const ChainNames: Map;