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