export declare function extractYouTubeVideoId(url: string): string | undefined; export declare function isYouTubeUrl(url: string): boolean; export declare function parseISODuration(isoDuration: string): number; export declare function fetchYouTubeDuration(videoUrl: string, apiKey: string): Promise; //# sourceMappingURL=youtube.d.ts.map