import { Game } from '../game.interfaces'; import { ShareStock } from '../game.actions'; export declare function canShareStock(state: Game, action: ShareStock): boolean; export declare function isSharingStockFinished(state: Game): boolean;