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