export declare enum TimerEventType {
    Termination = 0,
    ACKWindowEnd = 1
}
