/** * Determines whether the given value is a plain object. */ export declare function isPlainObject(value: any): value is object; //# sourceMappingURL=isPlainObject.d.ts.map