/** * Returns `true` if the provided value is an object. * @param v Arbitrary value. */ export declare function isObject(v?: any): boolean; //# sourceMappingURL=is-object.d.ts.map