import { EthereumChainEndpoint, EthereumChainSettings } from '../../models'; import ChainEthereumV1 from '../../ChainEthereumV1'; export declare const goerliEndpoints: EthereumChainEndpoint[]; export declare const goerliChainOptions: EthereumChainSettings; export declare const ropstenEndpoints: EthereumChainEndpoint[]; export declare const mainnetEndpoints: EthereumChainEndpoint[]; export declare const ropstenChainOptions: EthereumChainSettings; export declare function connectChain(endpoints: EthereumChainEndpoint[], chainOptions: EthereumChainSettings): Promise;