//@module: amd /// /// class Foo { x: number; constructor() { this.x = 5; } } export = Foo;