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"; /** * Runs the sink on the stream to produce either the sink's result or an * error. * @tsplus static effect/core/stream/Stream.Aspects run * @tsplus pipeable effect/core/stream/Stream run * @tsplus location "@effect/core/stream/Stream/operations/run" */ export declare function run(sink: Sink): (self: import("../definition").Stream) => import("../../../io/Effect").Effect; //# sourceMappingURL=run.d.ts.map