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