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