import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * Mutates the `HashSet` within the context of the provided function. * @tsplus static HashSet.Aspects mutate * @tsplus pipeable HashSet mutate * @tsplus location "@tsplus/stdlib/collections/HashSet/operations/mutate" */ export declare function mutate(f: (set: HashSet) => void): (self: HashSet) => HashSet; //# sourceMappingURL=mutate.d.ts.map