import { MaterialMove } from '@gamepark/rules-api'; import { PerformMultipleActionsRule } from './PerformMultipleActionsRule'; export declare class ChooseSplitActionRule extends PerformMultipleActionsRule { play(move: MaterialMove): never[]; } //# sourceMappingURL=ChooseSplitActionRule.d.ts.map