import EthereumConfig from "../../tokens/ethereum"; import type { Web3Provider } from "ethersv5"; export declare class EthereumEthersV5 extends EthereumConfig { wallet: Web3Provider; }