import { AbstractHttpAdapter } from '../adapters/http-adapter'; export declare class HttpAdapterHost { private _httpAdapter; httpAdapter: T; }