declare const isEmptyObject: (obj: object) => boolean; export default isEmptyObject;