/** * Checks if an object is empty */ declare const isEmpty: (obj: Object) => boolean; export default isEmpty;