import { Instance } from 'simple-peer'; export declare function handlePeerConnection(pc: Instance, openConnectionAsInitiator: boolean): void;