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