export declare class WebRTCPeer { private peerConnection; private onTaskResult; constructor(onTaskResult: (result: any) => void); handleOffer(offer: RTCSessionDescriptionInit, sendAnswer: (answer: RTCSessionDescriptionInit) => void): Promise; addIceCandidate(candidate: RTCIceCandidateInit): Promise; } //# sourceMappingURL=WebRTCPeer.d.ts.map