export const STARTED: "Timer has been started";
export const STOPPED: "Timer has been stopped";
export const NOT_STARTED: "Timer has not been started";
export const NOT_STOPPED: "Timer has not been stopped";
export const BIG_INT_NEG_1: any;
