export declare const PLAYING_EVENT: "playing"; export interface PlayingEvent extends Event { type: typeof PLAYING_EVENT; } //# sourceMappingURL=PlayingEvent.d.ts.map