export declare enum routes {
    Off = "/off",
    ShowCurrentTime = "/show-current-time",
    StartTimer = "/start-timer",
    CancelTimer = "/cancel-timer",
    ChangeColor = "/change-color",
    ChangeMultipleColors = "/change-multiple-colors",
    StartAnimation = "/start-animation",
    StopAnimation = "/stop-animation"
}
