declare const MultiResRenditions1080: {
    width: number;
    height: number;
    hlsTime: number;
    master_title: string;
    profile: string;
    outputDir: string;
    renditions: {
        profile: string;
        bv: string;
        maxrate: string;
        bufsize: string;
        ba: string;
    }[];
}[];
export default MultiResRenditions1080;
