/**
 * Users exception codes
 */
declare enum ExceptionCode {
    LOGIN_PASSWORD_INCORRECT = -33601,
    ACCOUNT_REMOVED = -33602
}
export { ExceptionCode as default };
