import { Game } from 'ftb-models'; export declare class FtbGameState { game: Game; render(): any; }