#!/usr/bin/env node /** * Learn Command - Style learning from codebase patterns * Implements Command Bible learn functionality */ import { Command } from "commander"; export declare class LearnCommand extends Command { constructor(); learnAction(options: any): Promise; private analyzeCodebase; } //# sourceMappingURL=learn.d.ts.map