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