/**
 * RIE Signal: DVP (Defense vs Position)
 *
 * Promoted to first-class signal. Quantifies overall defensive weakness
 * for both teams in the matchup. More EASY-tier positions = higher score.
 */
import { Signal } from '../types';
export declare const dvpSignal: Signal;
//# sourceMappingURL=dvp-signal.d.ts.map