export declare enum USER_PRIVACY_SETTING { userPrivacySettingShowStatus = "userPrivacySettingShowStatus", userPrivacySettingShowProfilePhoto = "userPrivacySettingShowProfilePhoto", userPrivacySettingShowLinkInForwardedMessages = "userPrivacySettingShowLinkInForwardedMessages", userPrivacySettingShowPhoneNumber = "userPrivacySettingShowPhoneNumber", userPrivacySettingAllowChatInvites = "userPrivacySettingAllowChatInvites", userPrivacySettingAllowCalls = "userPrivacySettingAllowCalls", userPrivacySettingAllowPeerToPeerCalls = "userPrivacySettingAllowPeerToPeerCalls", userPrivacySettingAllowFindingByPhoneNumber = "userPrivacySettingAllowFindingByPhoneNumber" }