/** * SmartStream - Large Data Streaming Tool * * Track 2C - Tool #10: Large file streaming with 85%+ token reduction * * Capabilities: * - Streaming large files (>100MB) with memory efficiency * - Progress tracking and estimation with ETA * - Chunk-based processing with backpressure handling * - Automatic compression detection (gzip, brotli) * - Transform operations on streamed data * * Token Reduction Strategy: * - Cache stream metadata (94% reduction) * - Incremental progress updates (85% reduction) * - Compressed chunk summaries (87% reduction) */ //# sourceMappingURL=smart-stream.d.ts.map