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