import { HttpClient } from "../http-client";
export declare const version: string;
export declare function createHttpClient(headers?: Record<string, string>): HttpClient;
