//// [objectLiteralDeclarationGeneration1.ts] class y{ } //// [objectLiteralDeclarationGeneration1.js] var y = (function () { function y() { } return y; })(); //// [objectLiteralDeclarationGeneration1.d.ts] declare class y { }