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