import { ReduceArguments } from "./reduceify"; export declare function arrAnd(arr: readonly ArrOf[], conditions: ((arr: readonly ArrOf[]) => boolean)[]): boolean; export declare function and(conditions: ((arr: readonly ArrOf[]) => boolean)[]): ReduceArguments;