``` TypeScript module m1 { export var x: C1; class C1 { } } ``` Expected: Exported variable 'v2' has or is using private type 'C1'. Actual: no error