/** * AskUser capability — let the agent ask the user a clarifying question. * The question is displayed and the response is returned as tool output. */ import type { CapabilityHandler } from '../agent/types.js'; export declare const askUserCapability: CapabilityHandler;