import type { RoutingAPI } from './index.ts'; import type { HTTPRPCClient } from '../lib/core.ts'; export declare function createFindPeer(client: HTTPRPCClient): RoutingAPI['findPeer']; //# sourceMappingURL=find-peer.d.ts.map