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