import type { Reducer } from "./api.js"; /** * Reducer. Like {@link push}, but for ES6 Sets. */ export declare function conj(): Reducer>; export declare function conj(src: Iterable): Set; //# sourceMappingURL=conj.d.ts.map