"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Example = void 0;
const Example_1 = require("./Example");
Object.defineProperty(exports, "Example", { enumerable: true, get: function () { return Example_1.Example; } });