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