export declare const WAITING_EVENT: "waiting"; export interface WaitingEvent extends Event { type: typeof WAITING_EVENT; } //# sourceMappingURL=WaitingEvent.d.ts.map