export declare function notUndefined<V>(value: V | undefined): value is V;
