export declare type room = { id: number; name: string; longName: string; active: boolean; building: string; did?: number; foreColor?: string; backColor?: string; };