/**
 * RIE Signal: PIFF 3.0 (Player Prop Intelligence)
 *
 * Wraps the existing piff.ts loader. Computes a 0-1 confidence score from
 * PIFF prop edges using tanh mapping. Supports all leagues.
 *
 * Also absorbs DIGIMON's drop-line concept: when a player faces an EASY DVP
 * defense, the effective edge is boosted based on miss-pattern logic.
 */
import { Signal } from '../types';
export declare const piffSignal: Signal;
//# sourceMappingURL=piff-signal.d.ts.map