import { GameState } from './types';
export declare const reducer: (state: GameState, [command, ...params]: string[]) => GameState | undefined;
