import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Removes all key/value pairs associated with the keys in the specified * collection from the map. * @tsplus static ImmutableMap.Aspects removeMany * @tsplus pipeable ImmutableMap removeMany * @tsplus location "@tsplus/stdlib/collections/ImmutableMap/removeMany" */ export declare function removeMany(keys: Collection): (self: import("./definition").ImmutableMap) => import("./definition").ImmutableMap; //# sourceMappingURL=removeMany.d.ts.map