import ProgressiveMuxingInformation from './ProgressiveMuxingInformation';
/**
 * @export
 * @class ProgressiveWavMuxingInformation
 */
export declare class ProgressiveWavMuxingInformation extends ProgressiveMuxingInformation {
    constructor(obj?: Partial<ProgressiveWavMuxingInformation>);
}
export default ProgressiveWavMuxingInformation;
