import { Effect } from "@effect/core/io/Effect/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Scope } from "@effect/core/io/Scope/definition"; /** * Use a scoped effect to emit an output element. * @tsplus static effect/core/stream/Channel.Ops scoped * @tsplus location "@effect/core/stream/Channel/operations/scoped" */ export declare function scoped(effect: Effect): Channel, unknown, unknown, unknown, E, A, unknown>; //# sourceMappingURL=scoped.d.ts.map