import { Room } from '../../models/room';
export declare function isRoomSharedHistory(room: Room): boolean;
