export declare enum USER_PRIVACY_SETTING_RULE { userPrivacySettingRuleAllowAll = "userPrivacySettingRuleAllowAll", userPrivacySettingRuleAllowContacts = "userPrivacySettingRuleAllowContacts", userPrivacySettingRuleAllowUsers = "userPrivacySettingRuleAllowUsers", userPrivacySettingRuleAllowChatMembers = "userPrivacySettingRuleAllowChatMembers", userPrivacySettingRuleRestrictAll = "userPrivacySettingRuleRestrictAll", userPrivacySettingRuleRestrictContacts = "userPrivacySettingRuleRestrictContacts", userPrivacySettingRuleRestrictUsers = "userPrivacySettingRuleRestrictUsers", userPrivacySettingRuleRestrictChatMembers = "userPrivacySettingRuleRestrictChatMembers" }