export type Nullable<T> = T | null;
//# sourceMappingURL=nullable.d.ts.map