/** * SmartExport - Multi-Format Data Export Tool * * Track 2C - Tool #13: Multi-format export with 85%+ token reduction * * Capabilities: * - Excel (XLSX) export * - CSV with custom delimiters * - JSON/JSONL export * - Parquet columnar format * - SQL INSERT statements * * Token Reduction Strategy: * - Cache export schemas (93% reduction) * - Incremental data batches (85% reduction) * - Compressed export metadata (87% reduction) */ //# sourceMappingURL=smart-export.d.ts.map