import { TellyPlugin } from '@ngx-telly/player/core';
import * as i0 from "@angular/core";
export declare class TellyPluginOrchestratorService {
    private readonly plugins;
    private readonly config;
    private readonly tellyMedia;
    constructor(plugins: TellyPlugin[]);
    registerMediaFactory(): void;
    private canRegisterMediaFactory;
    static ɵfac: i0.ɵɵFactoryDeclaration<TellyPluginOrchestratorService, [{ optional: true; }]>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TellyPluginOrchestratorService>;
}
