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