import PeerServer from "./peer"; import api from "./api"; declare const peerServer: PeerServer; export { peerServer, api };