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