export declare const ENDED_EVENT: "ended"; export interface EndedEvent extends Event { type: typeof ENDED_EVENT; } //# sourceMappingURL=EndedEvent.d.ts.map