export default class VideoProfile {
    static VP120P: number;
    static VP120P_3: number;
    static VP180P: number;
    static VP180P_3: number;
    static VP180P_4: number;
    static VP240P: number;
    static VP240P_3: number;
    static VP240P_4: number;
    static VP360P: number;
    static VP360P_3: number;
    static VP360P_4: number;
    static VP360P_6: number;
    static VP360P_7: number;
    static VP360P_8: number;
    static VP480P: number;
    static VP480P_3: number;
    static VP480P_4: number;
    static VP480P_6: number;
    static VP480P_8: number;
    static VP480P_9: number;
    static VP720P: number;
    static VP720P_3: number;
    static VP720P_5: number;
    static VP720P_6: number;
    static VP1080P: number;
    static VP1080P_3: number;
    static VP1080P_5: number;
    static VPDEFAULT: number;
    static getVideoProfile(videoProfile: any): any;
    constructor(width: any, height: any, fps: any, bitrate: any);
    width: any;
    height: any;
    fps: any;
    bitrate: any;
}
