/** * Insight Command * Pattern review & clustering — analyze installed skills */ import { Command } from 'commander'; export declare function registerInsightCommand(program: Command): void; //# sourceMappingURL=insight.d.ts.map