export declare enum TimerType {
    primary = "primary",
    secondary = "secondary"
}
