export declare enum CSCAction {
    CSC_STOP = 0,
    CSC_START = 1
}
