/**
 * News Scout Pipeline — Phase 1: Expanded RSS
 *
 * ~28 feeds across ESPN, CBS Sports, Yahoo, BBC, NBC Sports, The Ringer,
 * SB Nation, Sky Sports, The Guardian, USA Today, Sporting News, Bleacher Report, Fox Sports.
 * Extracts article images from: enclosure, media:thumbnail, media:content,
 * content:encoded img tags, and OG image scraping as fallback.
 * Fetches in batches of 5 with 500ms delay between batches.
 */
import { ScoutCandidate } from './types';
export declare function runRssScout(): Promise<ScoutCandidate[]>;
//# sourceMappingURL=rss-scout.d.ts.map