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