declare enum WindowSize { FIVE_MINUTES = 300, HALF_HOUR = 1800, ONE_HOUR = 3600, ONE_DAY = 86400 } export = WindowSize;