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