import { Game, Thousand } from './game.interfaces'; export declare function initializeGame(defaultState?: Game): Thousand;