import type { TransportConnectionState } from '../../interface'; /**@internal */ export declare const setEncodingParams: (sender: RTCRtpSender, newEncodings: RTCRtpEncodingParameters[]) => Promise; /**@internal */ export declare const isSafari: () => boolean; /**@internal */ export declare function convertConnectionState(state: RTCPeerConnectionState | 'reconnecting'): TransportConnectionState; /**@internal */ export declare const statsToJson: (report: RTCStatsReport) => any[]; //# sourceMappingURL=util.d.ts.map