import { EvmWallet } from './EvmWallet/EvmWallet';
import { EthereumInfo } from '../../CurrencyInfo';
export declare class EthereumWallet extends EvmWallet<typeof EthereumInfo> {
}
