/// import peerconnection = require('../../../third_party/uproxy-lib/webrtc/peerconnection'); import datachannel = require('../../../third_party/uproxy-lib/webrtc/datachannel'); import handler = require('../../../third_party/uproxy-lib/handler/queue'); declare class Pool { peerOpenedChannelQueue: handler.QueueHandler; private localPool_; constructor(pc: peerconnection.PeerConnection, name_: string); openDataChannel: () => Promise; } export = Pool;