import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Effect } from "@effect/core/io/Effect/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * @tsplus getter effect/core/stream/Channel runCollect * @tsplus location "@effect/core/stream/Channel/operations/runCollect" */ export declare function runCollect(self: Channel): Effect, OutDone]>; //# sourceMappingURL=runCollect.d.ts.map