export declare type PartialBy = Omit & Partial>; export declare type Nullish = T | null | undefined; export declare type Undefinable = T | undefined; export declare type Nullable = T | null;