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