import type { StreamRemote } from './remote'; export declare class StreamMapping { peers: Map; constructor(); add(peerHash: string, name: string, stream: StreamRemote): void; remove(peerHash: string, name: string): void; get(peerHash: string, name: string): StreamRemote | undefined; } //# sourceMappingURL=stream-mapping.d.ts.map