/** * AgentCard CLI handler — `aiwg agentcard ...`. * * Verbs: * verify Fetch an agentic-sandbox AgentCard from the well-known route, * /v1/extendedAgentCard, or legacy /v1/card, then verify its * Ed25519 JWS signature against a supplied JWKS. * * @implements @src/a2a/agent-card.ts * @issue #1253 */ import type { CommandHandler } from './types.js'; /** * agentcard command handler — dispatches on the first positional arg. */ export declare const agentcardHandler: CommandHandler; //# sourceMappingURL=agentcard.d.ts.map