define(["exports"], function (_exports) { "use strict"; _exports.__esModule = true; _exports.foo = void 0; var foo = 2; _exports.foo = foo; });