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