export declare function getLastAccessRoomInfo(user_id: string): any; export declare function updateLastAccessRoomInfo(user_id: string, room_id: string): any; export declare function removeLastAccessRoomInfo(user_id: string, room_id: string): any;