"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.foo = void 0; const foo = 1; exports.foo = foo;