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