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