import { Game } from './game.interfaces'; export declare const defaultState: Game; export declare function game(state: Game, action: any): any;