declare const enum Milliseconds { TWO_HUNDRED = 200, ONE_SECOND = 1000, ONE_MINUTE = ONE_SECOND * 60, }