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