import { GameState } from './types';
export declare const initialState: GameState;
