/**
 * DIRECTV Channel Listing Scraper
 * Extracts channel numbers and names from DIRECTV's channel lineup
 */
import { type ScraperConfig } from '../utils/scraper';
/**
 * DIRECTV scraper configuration
 */
declare const config: ScraperConfig;
export default config;
