import { MaterialMove } from '@gamepark/rules-api'; import { Action, MultipleActions, SplitAction } from '../../material/Action'; import { ActionRule } from './ActionRule'; export declare class PerformMultipleActionsRule extends ActionRule { getPlayerMoves(): MaterialMove[]; play(move: MaterialMove): never[]; startActionImmediately(action: Action): void; } //# sourceMappingURL=PerformMultipleActionsRule.d.ts.map