import { PlayerOptions } from '../../types/options.types';
export declare class PlayerApp {
    private readonly container;
    constructor(config: PlayerOptions);
    destroy(): void;
}
