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