export declare const SEEKING_EVENT: "seeking"; export interface SeekingEvent extends Event { type: typeof SEEKING_EVENT; } //# sourceMappingURL=SeekingEvent.d.ts.map