declare function notString(value: T | string): value is T; export { notString };