import { Stream } from "@effect/core/stream/Stream/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Runs the stream and collects all of its elements to a chunk. * @tsplus getter effect/core/stream/Stream runCollect * @tsplus static effect/core/stream/Stream.Aspects runCollect * @tsplus location "@effect/core/stream/Stream/operations/runCollect" */ export declare function runCollect(self: Stream): Effect>; //# sourceMappingURL=runCollect.d.ts.map