export declare class Nullables { static toUndefined(value: T | null): T | undefined; }