import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * Marks the `HashSet` as immutable. * @tsplus getter HashSet endMutation * @tsplus location "@tsplus/stdlib/collections/HashSet/operations/endMutation" */ export declare function endMutation(self: HashSet): HashSet; //# sourceMappingURL=endMutation.d.ts.map