import type * as Chunk from "../core.js";
/**
* Determines whether a predicate is satisfied for all elements of this chunk.
*/
export declare function forAny_(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 forAny(f: (a: A) => boolean): (self: Chunk.Chunk) => boolean;
//# sourceMappingURL=forAny.d.ts.map