export declare enum TTCType {
    TTC_NONE = 0,
    TTC_SEL = 1,
    TTC_SEL_START = 2,
    TTC_SEL_STOP = 3
}
