import { type HttpClient, type HttpClientResponse } from "./http_client.js"; export declare class FetchHttpClient implements HttpClient { request(method: string, path: string | URL, params?: Record, headers?: Record): Promise>; } //# sourceMappingURL=fetch_http_client.d.ts.map