/** * Skill Diff Command * Compare two skills side-by-side. */ import { Command } from 'commander'; export declare function registerDiffCommand(program: Command): void; //# sourceMappingURL=diff.d.ts.map