/** * Similar to {@link isObject}, but also checks if prototype is that of * `Object` (or `null`). * * @param x - */ export declare const isPlainObject: (x: any) => x is Record; //# sourceMappingURL=is-plain-object.d.ts.map