/** * SmartFormat - Intelligent Format Conversion Tool * * Track 2C - Tool #9: Format conversion with 86%+ token reduction * * Capabilities: * - JSON ↔ YAML ↔ TOML ↔ XML ↔ CSV ↔ INI conversions * - Schema validation during conversion * - Preserve comments where possible * - Pretty printing with custom styles * - Batch conversion support * * Token Reduction Strategy: * - Cache conversion schemas (93% reduction) * - Incremental format diffs (86% reduction) * - Compressed results (88% reduction) */ //# sourceMappingURL=smart-format.d.ts.map