import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * Reduces the specified state over the values of the `HashSet`. * @tsplus static HashSet.Aspects reduce * @tsplus pipeable HashSet reduce * @tsplus location "@tsplus/stdlib/collections/HashSet/operations/reduce" */ export declare function reduce(z: Z, f: (z: Z, v: V) => Z): (self: HashSet) => Z; //# sourceMappingURL=reduce.d.ts.map