/** * Read an SSE response body as an async iterable of parsed chunks. * Handles terminal `done` and `error` events (delegates errors to the wire handler when set). */ export declare function readSseStream(response: Response): AsyncGenerator; //# sourceMappingURL=sse.d.ts.map