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