export declare enum CompCarFlags {
    CCI_BLUE = 1,
    CCI_YELLOW = 2,
    CCI_OOB = 4,
    CCI_LAG = 32,
    CCI_FIRST = 64,
    CCI_LAST = 128
}
