/** * Watch Mode Command * Watch for SKILL.md changes and auto-sync across agent directories. */ import { Command } from 'commander'; export declare function registerWatchCommand(program: Command): void; //# sourceMappingURL=watch.d.ts.map