import 'lit-log';
import './p2p.js';
/** Address to the signaling server. */
export declare const signaling: string;
/** List of STUN servers to broker P2P connections. */
export declare const stuns: string[];
