import { ItemMove, MaterialMove } from '@gamepark/rules-api'; import { GainLetter } from '../../material/Action'; import { ActionRule } from './ActionRule'; export declare class GainLetterRule extends ActionRule { onRuleStart(): MaterialMove[]; getPlayerMoves(): MaterialMove[]; gainLetter(quantity?: number): MaterialMove[]; afterItemMove(move: ItemMove): MaterialMove[]; } //# sourceMappingURL=GainLetterRule.d.ts.map