export declare const PLAY_EVENT: "play"; export interface PlayEvent extends Event { type: typeof PLAY_EVENT; } //# sourceMappingURL=PlayEvent.d.ts.map