/**
 * @module validator.object
 */
/**
 * If argument is not `Object`, it will throw error.
 */
export declare function isObjectEmpty(arg: object): boolean;
