declare function emit(el: HTMLElement, name: string, options?: CustomEventInit): CustomEvent; declare function waitForEvent(el: HTMLElement, eventName: string): Promise; export { emit, waitForEvent };