export declare function all(array: T[], func: (item: T) => boolean): boolean;