import { Room } from './types';
export declare const gameRooms: Room[];
