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