import type { SwarmAPI } from './index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export declare function createLocalAddrs(client: HTTPRPCClient): SwarmAPI['localAddrs']; //# sourceMappingURL=local-addrs.d.ts.map