import * as dummy from "dummy"; // treat as ES module class C { public x: int; constructor() {} static async staticMethod() {} } export = C;