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