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