import { Http } from './http';
export declare class HttpClientFactory {
    static createHttpClient(baseUrl: string, options?: any): Http;
}
