import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Returns `true` if the map contains the specified key, otherwise returns * `false`. * @tsplus static ImmutableMap.Aspects has * @tsplus pipeable ImmutableMap has * @tsplus location "@tsplus/stdlib/collections/ImmutableMap/has" */ export declare function has(key: K): (self: import("./definition").ImmutableMap) => boolean; //# sourceMappingURL=has.d.ts.map