export declare enum SetupFlags {
    SETF_SYMM_WHEELS = 1,
    SETF_TC_ENABLE = 2,
    SETF_ABS_ENABLE = 4
}
