/** * @hidden * @param obj */ declare function _isEmptyObject(obj: any): boolean; export { _isEmptyObject };