import { Stream } from "@effect/core/stream/Stream/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Runs the stream and emits the number of elements processed. * @tsplus getter effect/core/stream/Stream runCount * @tsplus static effect/core/stream/Stream.Aspects runCount * @tsplus location "@effect/core/stream/Stream/operations/runCount" */ export declare function runCount(self: Stream): Effect; //# sourceMappingURL=runCount.d.ts.map