export type Nullish = null | undefined | void; export declare function notNull(value: T): value is NonNullable; //# sourceMappingURL=null.d.ts.map