import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Sets the specified key to the specified value using the internal hashing * function. * @tsplus static HashMap.Aspects set * @tsplus pipeable HashMap set * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/set" */ export declare function set(key: K, value: V): (self: HashMap) => HashMap; //# sourceMappingURL=set.d.ts.map