import type { ExecutionStreamEvent } from "./types"; export declare function parseSSEStream(response: Response): AsyncGenerator;