/**
 * RIE Signal: RAG Knowledge Base
 *
 * Queries the 24K+ chunk sports analytics knowledge base for relevant
 * statistical theory and domain expertise per matchup.
 *
 * The RAG signal provides contextual enrichment — grounding LLM analysis
 * in peer-reviewed sports analytics theory (CLV, Poisson models, DVP theory,
 * Bayesian inference, sabermetrics, soccermatics, etc.)
 */
import { Signal } from '../types';
export declare const ragSignal: Signal;
//# sourceMappingURL=rag-signal.d.ts.map