import { MseDecoderStatus, MseDecoderStatusType } from './MseDecoderStatus';
export default class MseDecoderStatusMapping {
    static convertMseDecoderStatusToMseDecoderStatusType(mseDecoderStatus: MseDecoderStatus): MseDecoderStatusType;
    static convertMseDecoderStatusTypeToMseDecoderStatus(mseDecoderStatusType: MseDecoderStatusType): MseDecoderStatus;
}
