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