import type * as C from "./core.js"; /** * A sink that counts the number of elements fed to it. */ export declare function count(): C.Sink; //# sourceMappingURL=count.d.ts.map