import User from "../../entities/user.js";
/**
 * Get current user
 */
declare const me: import("@lomray/microservice-helpers/services/endpoint").IReturnWithMeta<User, import("@lomray/microservice-helpers/services/endpoint").ViewRequestParams<User>, Record<string, any>, import("@lomray/microservice-helpers/services/endpoint").ViewOutputParams<User>>;
export { me as default };
