import type { ToolDefinition } from "../types/tools.js"; /** * Cancel tool - Cancel running task */ export declare const cancelTool: ToolDefinition; //# sourceMappingURL=cancel.d.ts.map