import type { WebInboundMsg } from "../types.js";
export declare function resolvePeerId(msg: WebInboundMsg): string;
