import type { FetchJson } from '../types/context.js'; import type { HttpGetService } from '../services/http-get-service/http-get-service.js'; /** Plain JSON fetch that unwraps {@link HttpGetService} and enforces 2xx. */ export declare function fetchJsonFromHttpGet(httpGetService: HttpGetService): FetchJson; //# sourceMappingURL=fetch-json-from-http-get.d.ts.map