import type * as Chunk from "../core.js"; /** * Determines whether a predicate is satisfied for all elements of this chunk. */ export declare function forAll_(self: Chunk.Chunk, f: (a: A) => boolean): boolean; /** * Determines whether a predicate is satisfied for all elements of this chunk. * * @ets_data_first forAll_ */ export declare function forAll(f: (a: A) => boolean): (self: Chunk.Chunk) => boolean; //# sourceMappingURL=forAll.d.ts.map