import type { SpecialHandler } from "./types"; /** * Handle YouTube URLs - fetch metadata and transcript */ export declare const handleYouTube: SpecialHandler;