import type * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Runs the stream and emits the number of elements processed */ export declare function runCount(self: C.Stream): T.Effect; //# sourceMappingURL=runCount.d.ts.map