/**
 * WWDC video content extractor
 */
import type { WWDCVideo } from '../../types/wwdc.js';
/**
 * Extract complete content for a single WWDC video
 */
export declare function extractVideoContent(videoUrl: string, videoId: string, year: string, knownTopics?: string[]): Promise<WWDCVideo>;
//# sourceMappingURL=content-extractor.d.ts.map