import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * Adds a value to the `HashSet`. * @tsplus pipeable-operator HashSet + * @tsplus static HashSet.Aspects add * @tsplus pipeable HashSet add * @tsplus location "@tsplus/stdlib/collections/HashSet/operations/add" */ export declare function add(value: A): (self: HashSet) => HashSet; //# sourceMappingURL=add.d.ts.map