export interface CountToEvents {
    start: () => void;
    pause: () => void;
    restart: () => void;
}
