/** * Checks if the value is a record (i.e. plain object of Record) */ declare function isRecord(value: unknown): boolean; export { isRecord };