export declare const AUTH_PATH_LOGIN = "login"; export declare const AUTH_PATH_ME = "me"; export declare const AUTH_PATH_REGISTER = "register"; export declare const AUTH_PATH_EDIT_USER = "editUser"; export declare const AUTH_PATH_RESEND_CONFIRMATION = "resendConfirmation"; export declare const AUTH_PATH_CONFIRM_REGIST = "confirmRegist"; export declare const AUTH_PATH_RESET_PASSWORD = "resetPassword"; export declare const AUTH_PATH_CHANGE_RESET_PASSWORD = "changeResetPassword"; export declare const AUTH_PATH_CHECK_USER_NAME = "validUserName"; export declare const AUTH_PATH_GET_HISTORIC = "getUserHistoric"; export declare const AUTH_PATH_GET_ALL_HISTORIC = "getAllUserHistoric"; export declare const AUTH_PATH_GET_ALL_HISTORIC_BY_USER = "getUserAllHistoricByUser"; export declare const AUTH_PATH_DELETE_USER = "deleteUser"; export declare const AUTH_PATH_GET_USER = "getUser"; export declare const AUTH_PATH_GET_ALL_USERS = "getAllUsers"; export declare const AUTH_PATH_GET_ALL_ROLES = "getAllRoles"; export declare const AUTH_PATH_SET_KEY_LOCAL_STORAGE = "setKeyLocalStorage"; export declare const AUTH_PATH_GET_LOCAL_STORAGE = "getLocalStorage"; export declare const AUTH_PATH_CLEAR_LOCAL_STORAGE = "clearLocalStorage"; //# sourceMappingURL=server.d.ts.map