import { GameState } from './types'; import { GameAction } from './actions.types'; export declare const GAME_STATE_VERSION = 10; export declare function createNewGameState(): GameState; export declare function gameReducer(state: GameState, action: GameAction): GameState; //# sourceMappingURL=game.reducer.d.ts.map