declare const isEmpty: (x: any) => boolean; declare const notEmpty: (x: any) => boolean; declare const arrayNotEmpty: (x: any[]) => boolean; export { isEmpty, notEmpty, arrayNotEmpty };