declare function notUndefined(value: T | undefined): value is T; export { notUndefined };