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