"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.catalog_repository = void 0; const orm_1 = require("./orm"); exports.catalog_repository = new orm_1.CatalogRepoImpl();