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