import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Removes all entries in the `HashMap` which have the specified keys. * @tsplus static HashMap.Aspects removeMany * @tsplus pipeable HashMap removeMany * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/removeMany" */ export declare function removeMany(ks: Iterable): (self: import("../definition").HashMap) => import("../definition").HashMap; //# sourceMappingURL=removeMany.d.ts.map