export default function isPlainObject(obj: any): obj is Record<string, unknown>;
//# sourceMappingURL=isPlainObject.d.ts.map