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