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