import type { GameserverConnection } from '../../types'; export default function GameStatus({ gameConnection, }: { gameConnection: GameserverConnection; }): any; //# sourceMappingURL=game-status.d.ts.map