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