class C { static instance: C = new C(); } export class D { static instance: D = new D(); }