import { Effect } from "@effect/core/io/Effect/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Makes a channel from an effect that returns a channel in case of success. * @tsplus static effect/core/stream/Channel.Ops unwrap * @tsplus location "@effect/core/stream/Channel/operations/unwrap" */ export declare function unwrap(channel: Effect>): Channel; //# sourceMappingURL=unwrap.d.ts.map