import { ICEServer } from '../../gen/coordinator';
export declare const toRtcConfiguration: (config: ICEServer[]) => RTCConfiguration;
