export declare class WebRTCFactory {
    static createPeerConnection(config: RTCConfiguration): RTCPeerConnection;
}
