export declare enum PenaltyReason {
    PENR_UNKNOWN = 0,
    PENR_ADMIN = 1,
    PENR_WRONG_WAY = 2,
    PENR_FALSE_START = 3,
    PENR_SPEEDING = 4,
    PENR_STOP_SHORT = 5,
    PENR_STOP_LATE = 6,
    PENR_NUM = 7
}
