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"; /** * Creates a stream from a `Channel`. * @tsplus static effect/core/stream/Stream.Ops fromChannel * @tsplus location "@effect/core/stream/Stream/operations/fromChannel" */ export declare function fromChannel(channel: Channel, unknown>): Stream; //# sourceMappingURL=fromChannel.d.ts.map