/** * Prediction module exports * Provides AI-based access prediction for proactive cache warming */ export { PredictionEngine, TimePattern, SequencePattern, PredictionResult, PredictionEngineConfig, } from './PredictionEngine.js'; //# sourceMappingURL=index.d.ts.map