export type NonNull<T> = T extends null ? never : T;
//# sourceMappingURL=NonNull.d.ts.map