import { SortedMap } from "@tsplus/stdlib/collections/SortedMap/definition"; /** * @tsplus static SortedMap.Aspects has * @tsplus pipeable SortedMap has * @tsplus location "@tsplus/stdlib/collections/SortedMap/has" */ export declare function has(key: K): (self: import("./definition").SortedMap) => boolean; //# sourceMappingURL=has.d.ts.map