declare function every>( array: A, predicate: (value: A extends ArrayLike ? T : any, index: number, array: A) => unknown, ): boolean; export = every;