import type { TChatCompletionsFetch, TChatCompletionsResponse } from "./types.js"; export declare function requestJson(args: { url: string; apiKey: string; body: unknown; fetchImpl: TChatCompletionsFetch; signal?: AbortSignal; timeoutMs: number; }): Promise; //# sourceMappingURL=http.d.ts.map