declare function nextEvent(element: HTMLElement, eventName: string): Promise<unknown>;

export { nextEvent };
