/** * Determines if a given value is an instance of object. */ export declare function isObject(value: any): boolean;