import { Predicate } from "@tsplus/stdlib/data/Predicate";
import { List } from "@tsplus/stdlib/collections/List/definition";
/**
* Determines whether a predicate is satisfied for all elements of this List.
* @tsplus static List.Aspects forAll
* @tsplus pipeable List forAll
* @tsplus location "@tsplus/stdlib/collections/List/forAll"
*/
export declare function forAll(f: Predicate): (self: List) => boolean;
//# sourceMappingURL=forAll.d.ts.map