//#region src/util/guaranteeFetch.d.ts /** * @internal * Guantees that some kind of fetch is available * * @param fetchInput - A potential fetch object * @returns a proper fetch object. Cross-fetch is default */ declare function guaranteeFetch(fetchInput?: typeof fetch): typeof fetch; //#endregion export { guaranteeFetch }; //# sourceMappingURL=guaranteeFetch.d.cts.map