export type WithoutUndefined = T extends undefined ? never : T; //# sourceMappingURL=withoutUndefined.d.ts.map