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