import { Item } from './Item'; export declare class Room extends Item { roomNumber?: string; wakeUps?: string[]; constructor(src: Room); }