export declare function normalizeToUndefined<T>(value: T | undefined | null): T | undefined;
