import Product from "../../entities/product.js";
/**
 * CRUD controller for Product entity
 */
declare const crud: Partial<import("@lomray/microservice-helpers/services/endpoint").IControllerReturn<Product>>;
export { crud as default };
