declare enum WindowEvent { EVENT_POLLING = "AttEventPolling", INIT = "AttInit" } export { WindowEvent };