import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * A sink that counts the number of elements fed to it. * @tsplus static effect/core/stream/Sink.Ops count * @tsplus location "@effect/core/stream/Sink/operations/count" */ export declare function count(): Sink; //# sourceMappingURL=count.d.ts.map