export declare const JSONRPCMethods: { bouncer: { users: { getMyProfile: string; updateMyProfile: string; updateNotificationPreferences: string; updateBadgeCount: string; }; rooms: { join: string; getUserRooms: string; getPendingRooms: string; }; }; room: { message: { write: string; read: string; newMessage: string; }; section: { updateProfile: string; users: string; join: string; updateLastViewed: string; }; }; };