import { Sink } from "@effect/core/stream/Sink/definition/base"; import { Stream } from "@effect/core/stream/Stream/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Scope } from "@effect/core/io/Scope/definition"; /** * @tsplus static effect/core/stream/Stream.Aspects runScoped * @tsplus pipeable effect/core/stream/Stream runScoped * @tsplus location "@effect/core/stream/Stream/operations/runScoped" */ export declare function runScoped(sink: Sink): (self: import("../definition").Stream) => import("../../../io/Effect").Effect; //# sourceMappingURL=runScoped.d.ts.map