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