/** * Checks if the array is empty */ declare const isEmpty: (arr: any[]) => boolean; export default isEmpty;