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