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