declare function notArray(value: T | Array): value is T; export { notArray };