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