/**
 * RIE Strategy: MLB
 *
 * FanGraphs sabermetrics (wRC+, FIP, xFIP, Statcast, projections) +
 * phase-aware baseball modeling (F5, bullpen, context) +
 * PIFF props + DVP + Grok analysis + RAG.
 * Pitcher-batter matchups, bullpen separation, and park/weather context are key.
 */
import { BaseStrategy } from './base.strategy';
import { StrategyProfile } from '../types';
export declare class MlbStrategy extends BaseStrategy {
    league: string;
    getProfile(): StrategyProfile;
}
//# sourceMappingURL=mlb.strategy.d.ts.map