import type { WorkflowEvent } from '@cicctencent/agent-core'; import type { SSEResponse } from '../types.js'; /** * 运行工作流并通过 SSE 推送事件流 * @param res SSE 响应对象 * @param eventStream 工作流事件异步生成器 */ export declare function runWorkflowSSEStream(res: SSEResponse, eventStream: AsyncGenerator): Promise; //# sourceMappingURL=workflow-sse-handler.d.ts.map