import type { FetchOptions } from '../http.js'; declare const fetchWithProgress: (url: string | Request, options?: FetchOptions) => Promise; export { fetchWithProgress as fetch }; //# sourceMappingURL=fetch.node.d.ts.map