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