export declare const NOT_AN_OBJECT_ERROR_MESSAGE = "Not an object"; export declare function isPlainObject(value: unknown): value is Record;