import { MaterialGame } from '@gamepark/rules-api'; import { Action } from '../../material/Action'; import { ActionRule } from '../actions/ActionRule'; export declare const getActionRule: (game: MaterialGame, action: Action) => ActionRule; //# sourceMappingURL=ActionHelper.d.ts.map