import { Stream } from "@effect/core/stream/Stream/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Runs the stream only for its effects. The emitted elements are discarded. * @tsplus getter effect/core/stream/Stream runDrain * @tsplus static effect/core/stream/Stream.Aspects runDrain * @tsplus location "@effect/core/stream/Stream/operations/runDrain" */ export declare function runDrain(self: Stream): Effect; //# sourceMappingURL=runDrain.d.ts.map