export declare const all: (arr: any[], fn: BoolFunction) => boolean; export declare type BoolFunction = (el: any) => boolean;