/** * Checks if the given variable is an object */ export declare function isObject(value: any): value is object;