import { SignalData } from 'simple-peer'; export declare function processJoinResponse(offer: SignalData, id: string, room: string): Promise;