declare function notNull(value: T | null): value is T; export { notNull };