/**
 * RIE Signal: MLB Matchup Model
 *
 * Dedicated MLB signal built from:
 * - Bill James matchup model (park factors, runs created, log5, starter ERC)
 * - 2026 Steamer team projections (offense + pitching)
 * - ESPN probable starters mapped to FanGraphs starter profiles
 *
 * This is the baseball-specific structural signal for the live RIE path.
 * Probable starters are not yet reliably available in the feed, so this
 * model uses team-level projections and park context until a starter feed
 * is linked.
 */
import { Signal } from '../types';
export declare const mlbMatchupSignal: Signal;
//# sourceMappingURL=mlb-matchup-signal.d.ts.map