import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { List } from "@tsplus/stdlib/collections/List/definition"; /** * @tsplus static List.Aspects exists * @tsplus pipeable List exists * @tsplus location "@tsplus/stdlib/collections/List/exists" */ export declare function exists(p: Predicate): (self: List) => boolean; //# sourceMappingURL=exists.d.ts.map