import { Chain } from '../../constants'; export declare const Mainnet: Chain; export declare const Ropsten: Chain; export declare const Rinkeby: Chain; export declare const Goerli: Chain; export declare const Kovan: Chain; declare const _default: { Mainnet: Chain; Ropsten: Chain; Rinkeby: Chain; Goerli: Chain; Kovan: Chain; }; export default _default; //# sourceMappingURL=ethereum.d.ts.map