export type ResponseWithBody = Response & { body: ReadableStream; }; export declare function isResponseWithBody(response: Response): response is ResponseWithBody; //# sourceMappingURL=ResponseWithBody.d.ts.map