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 single-valued stream from a scoped resource. * @tsplus static effect/core/stream/Stream.Ops scoped * @tsplus location "@effect/core/stream/Stream/operations/scoped" */ export declare function scoped(effect: Effect): Stream, E, A>; //# sourceMappingURL=scoped.d.ts.map