/** * Mine Command * Extract patterns and conventions from git history * (SkillKit calls this "learn" — we call it "mine") */ import { Command } from 'commander'; /** * Register the mine command */ export declare function registerMineCommand(program: Command): void; //# sourceMappingURL=mine.d.ts.map