"use strict"; exports.foo = exports.bar = void 0; const { foo, bar = 1 } = {}; exports.bar = bar; exports.foo = foo;