/// import type { ReadableStream as NodeWebReadableStream } from 'node:stream/web'; import { Readable } from 'node:stream'; export declare function throwIfNotOk(response: Response): Promise; export declare function fetchWithTimeout(url: string, options?: {}, timeout?: number): Promise; export declare function downloadJson(url: string): Promise; export declare function fetchFilestream(url: string, options?: any): Promise; //# sourceMappingURL=fetch.d.ts.map