import { Effect } from "@effect/core/io/Effect/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Use an effect to end a channel. * @tsplus static effect/core/stream/Channel.Ops fromEffect * @tsplus location "@effect/core/stream/Channel/operations/fromEffect" */ export declare function fromEffect(effect: Effect): Channel; //# sourceMappingURL=fromEffect.d.ts.map