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