/** * Learning CLI Command * Provides curriculum learning, contrastive loss, and hard negative mining * Based on ADR-002 Phase 1: Advanced Training Components */ import { Command } from 'commander'; /** * Main learn command */ export declare const learnCommand: Command; //# sourceMappingURL=learn.d.ts.map