import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition"; /** * Return `true` if one or more elements match the specified predicate, * otherwise returns `false`. * @tsplus static SortedSet.Aspects forAny * @tsplus pipeable SortedSet forAny * @tsplus location "@tsplus/stdlib/collections/SortedSet/forAny" */ export declare function forAny(f: Predicate): (self: SortedSet) => boolean; //# sourceMappingURL=forAny.d.ts.map