export declare enum RuleId { ChooseStartProduct = 1, AdvanceInkJar = 2, PayInkJarMovementCost = 3, ChooseAction = 4, PlaySpecialActionCard = 5, ChooseSplitAction = 6, PerformMultipleActions = 7, Production = 8, GainProducts = 9, Donation = 10, SwapProduct = 11, GainLetter = 12, DrawSpecialActionCard = 13, BuildFactory = 14, EarnPrestige = 15, FormAlliance = 16, PurchaseShip = 17, AdvanceLawsuit = 18, CourtRuling = 19, ResolveLawsuit = 20, ReactivateFactory = 21, Piracy = 22, RepeatAction = 23, GainStars = 24, ConfirmEndTurn = 25, TakeBell = 26, PayAlliancesUpkeep = 27, GainShipsIncome = 28, GainPrestigeIncome = 29, ReplaceSpecialActionCards = 30, ReactivateFactories = 31, ReturnBell = 32 } //# sourceMappingURL=RuleId.d.ts.map