import { BoolFunction } from "./all"; export declare const anyFn: (arr: any[], fn: BoolFunction) => boolean;