/**
 * @module validator.object
 */
/**
 * @param arg argument will be tested if it is object or not.
 */
export declare function isObject(arg: any): arg is object;
