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