declare function notObject(value: T | Record): value is T; export { notObject };