import { HttpAuthenticatedConnectionImp } from '../http.auth.connection.imp';
export declare class HttpEthConnection extends HttpAuthenticatedConnectionImp {
    constructor(host: string);
}
