export default addEvent; declare function addEvent(element: any, eventName: any, func: any): () => typeof globalThis;