export declare enum ClockStatus {
    Stopped = 0,
    Running = 1,
    Paused = 2
}
