/** Waits for the event to finish bubbling and returns whether it has been prevented. */ export declare function isEventPrevented(event: Event): Promise; //# sourceMappingURL=is-event-prevented.d.ts.map