/**
 * Copyright 2025 The Artinet Project
 * SPDX-License-Identifier: Apache-2.0
 */
import { A2A } from "../../../types/index.js";
export declare const cancelTask: A2A.Handles["cancelTask"];
export type CancelTaskHandler = typeof cancelTask;
/**
 * @deprecated Use CancelTaskHandler instead
 */
export type CancelTaskMethod = CancelTaskHandler;
