export type UnknownRecord = Record; export declare function isPlainObject(value: unknown): value is UnknownRecord;