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