/** * Export Command - Export manifest in various formats * * Exports the pattern manifest for AI consumption or reporting. * * MIGRATION: Now uses IPatternService for pattern operations. * * Usage: * drift export # Export as JSON to stdout * drift export --format ai-context # Export optimized for LLMs * drift export --format summary # Human-readable summary * drift export -o report.md # Write to file */ import { Command } from 'commander'; export declare const exportCommand: Command; //# sourceMappingURL=export.d.ts.map