export declare class DOMEvent { events_key: string; constructor(); private _stamp; _id(obj: any, type: any, listener: any, context: any): string; on(obj: any, type: any, listener: any, context: any, useCapture: any): void; off(obj: any, type: any, listener: any, context: any, useCapture: any): void; }