/** * @license * Copyright 2026 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ import type { StreamEvent, TaskOutput } from "@workglow/task-graph"; /** * Drives a {@link StreamEventAccumulator} from an * `AsyncIterable>` to produce a single materialised value. */ export declare function collectStream(stream: AsyncIterable>): Promise; //# sourceMappingURL=collectStream.d.ts.map