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