"use strict"; /** * Estimates Controllers Index * @module Estimates */ Object.defineProperty(exports, "__esModule", { value: true }); exports.createEstimacionController = void 0; var estimacion_controller_1 = require("./estimacion.controller"); Object.defineProperty(exports, "createEstimacionController", { enumerable: true, get: function () { return estimacion_controller_1.createEstimacionController; } }); //# sourceMappingURL=index.js.map