//// [duplicateConstructSignature2.ts] interface I { (x: T): number; (x: T): string; } //// [duplicateConstructSignature2.js]