import { Handler } from './handler'; import { HandlerFactory, HandlerSetLocalOfferSdpOptions } from './HandlerInterface'; export declare class Chrome68 extends Handler { private _currentStream; static createFactory(): HandlerFactory; constructor(); get name(): string; setLocalOfferSdp(params?: HandlerSetLocalOfferSdpOptions): Promise; stopTransceiver(): void; trackHandleEvent(e: RTCTrackEvent): void; }