export declare enum BetStateType { Unknown = 0, PlacedNothingFilled = 1, PlacedPartiallyFilled = 2, PlacedCompletelyFilled = 3, FilledPartially = 4, FilledCompletely = 5, CancelledNothingFilled = 6, CancelledPartiallyFilled = 7, StillLive = 8 }