import { DatasourceFetcher } from "../../fetcher.js";
import { HttpJsonOptions } from "./options.js";

//#region src/shared/datasources/external/http-json/fetcher.d.ts

/**
 * For this fetcher, validation is done outside of the fetcher.
 */
declare const fetchHttpJSON: DatasourceFetcher<unknown, null, HttpJsonOptions>;
//#endregion
export { fetchHttpJSON as default };
//# sourceMappingURL=fetcher.d.ts.map