import { type NotNull } from './isNotNull'; import { type IsDefined } from './isNotUndefined'; declare const assess: (t: T) => t is NotNull>; export { assess as isPresentAssess };