``` typescript type constructorType<T1,T2> = new <T1/*completion1*/, /*completion2*/ ``` At `completion1` and `completion2` language service fails to get completions and throws below error messages: 