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