export type WithoutNull = T extends null ? never : T; //# sourceMappingURL=withoutNull.d.ts.map