import type { FetchFn } from "../types.js"; /** * Fetch a URL using the injected fetch function and return the response body as text. */ export declare function httpGet(url: string, fetchFn: FetchFn, timeout?: number): Promise; //# sourceMappingURL=http-get.d.ts.map