export declare const CreateComment: any; export declare const UpdateComment: any; export declare const AddUserToCommentBookmarkedByList: any; export declare const RemoveUserFromCommentBookmarkedByList: any; export declare const AddUserToConversationBookmarkedByList: any; export declare const RemoveUserFromConversationBookmarkedByList: any; export declare const AddUserToLikedByList: any; export declare const RemoveUserFromLikedByList: any; export declare const AddUserToDislikedByList: any; export declare const RemoveUserFromDislikedByList: any; export declare const AddUsersToConversationUnreadMessages: any; export declare const SetConversationAsRead: any; export declare const AddParticipantsToConversation: any;