/**
 * RIE Signal: KenPom (NCAAB Power Ratings) — Enhanced v2
 *
 * Multi-dimensional scoring from KenPom data:
 *   1. AdjEM MOV prediction (core power rating) — 40%
 *   2. Four-factors matchup analysis — 25%
 *   3. Fanmatch win probability (when available) — 20%
 *   4. Contextual adjustments (luck, SOS, experience, tempo) — 15%
 *
 * Games-played Bayesian weighting and tournament mode.
 */
import { Signal } from '../types';
export declare const kenpomSignal: Signal;
//# sourceMappingURL=kenpom-signal.d.ts.map