/**
 * Type to declare a nullable value.
 *
 * @type {Nullable<TValue>}
 */
export declare type Nullable<TValue> = TValue | null;
//# sourceMappingURL=nullable.d.ts.map