export declare enum LocationType { GameBoardPlace = 1, BellTokenSpot = 2, ActionCardSpace = 3, ActionStack = 4, SpecialActionCardDiscard = 5, ShipStack = 6, ShipSpace = 7, AllianceSpace = 8, LawsuitStack = 9, LawsuitSpace = 10, LawsuitPieceSpot = 11, LawsuitMarkerSpace = 12, InkSpace = 13, PrestigeTrack = 14, GameOverviewPlace = 15, ProductSupply = 16, LetterSupply = 17, FactorySupply = 18, StarTokenSupply = 19, PlayerFactories = 20, PlayerProducts = 21, PlayerLetters = 22, PlayerHand = 23, PlayerAlliances = 24, PlayerShipCards = 25, PlayerStarTokens = 26, PlayerBellToken = 27, PlayerLawsuitCards = 28 } //# sourceMappingURL=LocationType.d.ts.map