export type ResponseWithBody = Response & { body: ReadableStream; }; export declare function isResponseWithBody(response: Response): response is ResponseWithBody;