import type { Progress } from './progress'; /** * 重写 fetch 方法,以监听请求进度。 */ export declare function setupFetch(target: typeof globalThis, progress: Progress): () => void;