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