import { EthereumApi } from 'chaingate-client';
import { CurrencyProviders } from '../../CurrencyProviders';
import { Evm } from '../../abstract/Evm/Evm';
export declare class Ethereum extends Evm<'eth'> {
    constructor(api: EthereumApi, currencyProviders: CurrencyProviders);
}
