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