export declare type Nullish<T> = T | null | undefined;
