/**
* Wrapper around window.fetch that throws a NetworkError when appropriate
*/exportdefaultfunctionfetchWithNetworkError(...options: Parameters<typeof globalThis.fetch>): ReturnType<typeof globalThis.fetch>;
//# sourceMappingURL=fetchWithNetworkError.d.ts.map