/**
 * 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<string, any>;
//# sourceMappingURL=is-plain-object.d.ts.map