/**
 * RIE Strategy: NHL
 *
 * PIFF props (shots, saves, points) + DVP + Grok + RAG.
 * Goalie matchup context is critical in hockey.
 */
import { BaseStrategy } from './base.strategy';
import { StrategyProfile } from '../types';
export declare class NhlStrategy extends BaseStrategy {
    league: string;
    getProfile(): StrategyProfile;
}
//# sourceMappingURL=nhl.strategy.d.ts.map