"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SvcInfoModule = exports.SvcInfoController = void 0; var tslib_1 = require("tslib"); var svc_info_controller_1 = require("./svc-info.controller.cjs"); Object.defineProperty(exports, "SvcInfoController", { enumerable: true, get: function () { return svc_info_controller_1.SvcInfoController; } }); var svc_info_module_1 = require("./svc-info.module.cjs"); Object.defineProperty(exports, "SvcInfoModule", { enumerable: true, get: function () { return svc_info_module_1.SvcInfoModule; } }); tslib_1.__exportStar(require("./interfaces.cjs"), exports);