/** * /anton command handler — autonomous task execution from chat surfaces. * * /anton → start orchestrator * /anton status → show progress * /anton stop → request stop after current task */ import type { CommandHandler } from "./commands-types.js"; export declare const handleAntonCommand: CommandHandler;