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 forAll * @tsplus pipeable Chunk forAll * @tsplus location "@tsplus/stdlib/collections/Chunk/operations/forAll" */ export declare function forAll(f: Predicate): (self: Chunk) => boolean; //# sourceMappingURL=forAll.d.ts.map