export declare function isPlainObject(thing: any): thing is Record<string, any>;
