/** * Parse a fetch Response into the resolved value for Fetch/ZeroPromise. * Handles mates-fullstack wire formats: redirects, errors, SSE streams, downloads. */ export declare function parseFetchResponse(res: Response): Promise; //# sourceMappingURL=parseResponse.d.ts.map