export declare enum UserType { UNDEFINED = -999999, NOT_FRIEND = -100, DEACTIVATED = 9, FRIEND = 100, OPEN_PROFILE = 1000 }