/** * Agent lifecycle CLI — status, update, diff. * * `soleri agent status` — health report with version, packs, vault stats. * `soleri agent update` — OTA engine upgrade with migration support. */ import type { Command } from 'commander'; export declare function registerAgent(program: Command): void;