import type { Context } from "hono"; import { SSEStreamingApi } from "hono/streaming"; export declare const streamSSE: (c: Context, cb: (stream: SSEStreamingApi) => Promise, onError?: (e: Error, stream: SSEStreamingApi) => Promise) => Response;