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