export declare const setProcessResponseStreamImpl: (impl: (response: Response, onProgress: any) => Promise<void>) => void;
export declare const processResponseStream: (response: Response, onProgress: any) => Promise<void>;
