import type { HttpClient } from "./interfaces.js"; /** * Create a new HttpClient instance for the browser environment. * @internal */ export declare function createXhrHttpClient(): HttpClient; //# sourceMappingURL=xhrHttpClient.d.ts.map