declare const streamingConfig: {
    player: {
        manifest: {
            dash: {
                ignoreMinBufferTime: boolean;
            };
        };
        streaming: {
            lowLatencyMode: boolean;
            inaccurateManifestTolerance: number;
            rebufferingGoal: number;
            smallGapLimit: number;
            jumpLargeGaps: boolean;
            durationBackoff: number;
        };
    };
    ui: {
        addSeekBar: boolean;
        controlPanelElements: string[];
    };
};
declare const vodConfig: {
    ui: {
        controlPanelElements: string[];
    };
};
export { streamingConfig, vodConfig };
