import { HttpClient, HttpClientOptions } from './types'; export declare function createHttpClient(options: HttpClientOptions): HttpClient;