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