export declare function isPlainObject(o: unknown): o is Record<string, unknown>;
//# sourceMappingURL=is-plain-object.d.ts.map