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