so i have `valueOf` function defined in module `xxx.ts` ```ts export function valueOf<T>(value: { value: T; }): T { return value.value; } ``` then in file `yyy.ts` i am trying to do auto import and this is what i see: 
so i have
valueOffunction defined in modulexxx.tsthen in file
yyy.tsi am trying to do auto import and this is what i see: