import { DestroyRef } from '@angular/core';
import Player from 'video.js/dist/types/player';
import { VideoJsTranslation } from './video-player-i18n.model';
import * as i0 from "@angular/core";
export declare class VideoPlayerI18nService {
    #private;
    init(player: Player, destroyRef: DestroyRef): void;
    getLanguage(): {
        languages: {
            [x: string]: VideoJsTranslation;
        };
        language: string;
    };
    private getTranslations;
    static ɵfac: i0.ɵɵFactoryDeclaration<VideoPlayerI18nService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<VideoPlayerI18nService>;
}
