/** * Checks whether an object has the standard object prototype or no prototype. * * @param value - Object to inspect. */ export declare function isPlainObject(value: object): value is Record;