import { BaseEthereumProtocol } from './BaseEthereumProtocol';
import { EtherscanInfoClient } from './clients/info-clients/EtherscanInfoClient';
import { AirGapNodeClient } from './clients/node-clients/AirGapNodeClient';
export declare class EthereumRopstenProtocol extends BaseEthereumProtocol<AirGapNodeClient, EtherscanInfoClient> {
    constructor();
}
