/**
 * Opportunity Scanner — finds trading opportunities from LineMovement data.
 * Only runs when sc_global_state.mode = 'normal'.
 *
 * Scans for:
 * 1. Steam moves with stale books (consensus moved but line hasn't settled)
 * 2. Reverse line moves (contrarian edge)
 * 3. Large sharp-money divergences
 * 4. Pre-game value (big movements close to game time)
 */
export declare function runOpportunityScanner(): Promise<void>;
//# sourceMappingURL=opportunity-scanner.d.ts.map