import { ChainGateContext } from '../ChainGateContext';
import { EthereumInfo } from '../../CurrencyInfo';
import { EvmCurrencyUtils } from '../abstract/EvmCurrencyUtils';
export declare class EthereumUtils extends EvmCurrencyUtils<typeof EthereumInfo> {
    constructor(context: ChainGateContext);
}
