import { TRtpSendParameters } from '../../types'; declare const configureDegradationPreference: (parametersCurrent: RTCRtpSendParameters, parametersTarget: TRtpSendParameters) => RTCRtpSendParameters; export default configureDegradationPreference;