import { Effect } from "@effect/core/io/Effect/definition"; import { Scope } from "@effect/core/io/Scope/definition"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Creates a sink produced from a scoped effect. * @tsplus static effect/core/stream/Sink.Ops unwrapScoped * @tsplus location "@effect/core/stream/Sink/operations/unwrapScoped" */ export declare function unwrapScoped(effect: Effect>): Sink; //# sourceMappingURL=unwrapScoped.d.ts.map