export declare function isPlainObject(item: unknown): item is Record<string, unknown>;
