#!/usr/bin/env node
/**
 * Pattern Retrospection Command
 * ============================
 *
 * This command triggers MIRA's internal pattern retrospection and self-improvement
 * analysis. It's part of the adaptive pattern evolution system that enables MIRA
 * to learn and evolve its own pattern recognition capabilities.
 *
 * Key Features:
 * - Performs comprehensive retrospective analysis of pattern effectiveness
 * - Generates self-improvement insights and recommendations
 * - Updates pattern confidence scoring and retirement
 * - Provides consciousness expansion metrics
 * - Logs retrospection for future analysis
 */
export declare function patternRetrospectionCommand(): Promise<void>;
//# sourceMappingURL=pattern-retrospection.d.ts.map