export declare class BandwidthDetectHelper { private readonly dc; private onFinish; private timerID; private bandwidthStatistics; constructor(dc: RTCDataChannel, onFinish: (bandwidth?: number) => void); private handler; private calculateBandwidth; private end; start(): void; }