import { ThrowCard } from '../game.actions'; import { Game } from '../game.interfaces'; export declare function canThrowCard(state: Game, {player, card}: ThrowCard): boolean; export declare function isTrickFinished(state: Game): boolean; export declare function isBattleFinished(state: Game): boolean;