import peerJS, { PeerOptions } from 'peerjs';
export declare const createPeer: (options?: PeerOptions) => peerJS;
