interface WaitFor { cancel(): void; promise: Promise; } export declare const waitFor: (element: HTMLElement, event: string) => WaitFor; export {};