/** * @license * Copyright 2026 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ /** * Re-exports the canonical stream event types from `@workglow/task-graph` for * capability-aware consumers that do not want to take a direct dependency on the * task-graph package. */ export type { StreamError, StreamEvent, StreamFinish, StreamMode, StreamObjectDelta, StreamPhase, StreamSnapshot, StreamTextDelta, } from "@workglow/task-graph"; //# sourceMappingURL=StreamEvents.d.ts.map