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