declare const y: string; enum J { x = "hello " } const hello: string = "world"; module.exports = J.x + hello!;