variable streamSSEimport { streamSSE } from "https://deno.land/x/hono@v3.9.1/helper/streaming/index.ts"; type(c: Context, cb: (stream: SSEStreamingApi) => Promise<void>) => unknown