import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Effect } from "@effect/core/io/Effect/definition"; import { Scope } from "@effect/core/io/Scope/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Interpret a `Channel` to a managed pull. * @tsplus getter effect/core/stream/Channel toPull * @tsplus static effect/core/stream/Channel.Ops toPull * @tsplus location "@effect/core/stream/Channel/operations/toPull" */ export declare function toPull(self: Channel): Effect>>; //# sourceMappingURL=toPull.d.ts.map