/** * Checks if the instance is defined, is not an array, and * an object (typeof value === 'object'). * @param value The value being checked. * @return True if the value is an instance of the enum, false otherwise. */ export declare function isObject(value: any): boolean;