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