/** * UpdateGoal capability — the model's control surface for an active goal. * Completion claims are intercepted by an adversarial verifier panel before * they are accepted; blocked claims escalate to the user. */ import type { CapabilityHandler } from '../agent/types.js'; export declare function createUpdateGoalCapability(): CapabilityHandler;