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