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