declare function RTCPC(options: { RTCPeerConnection?: any; }): void; declare namespace RTCPC { var test: () => boolean; } export default RTCPC;