import { ReduceArguments } from "./reduceify"; export declare function arrContains(arr: readonly ArrOf[], matcher: (e: ArrOf) => boolean): boolean; export declare function contains(matcher: (e: ArrOf) => boolean): ReduceArguments;