Variable VTTCue

    VTTCue: {
        prototype: VTTCue;
        new (startTime: number, endTime: number, text: string): VTTCue;
    }