import EventDispatcher from "./EventDispatcher";


declare namespace openfl.events {
	
	
	export class UncaughtErrorEvents extends EventDispatcher {
		
		
		public constructor ();
		
		
	}
	
	
}


export default openfl.events.UncaughtErrorEvents;