/** * Utility functions for YouTube subtitle extraction */ /** * Extract video ID from YouTube URL */ export declare function extractVideoId(url: string): string; /** * Format timestamp (milliseconds) to SRT format */ export declare function formatSRTTime(ms: number): string; /** * Format timestamp (milliseconds) to VTT format */ export declare function formatVTTTime(ms: number): string; //# sourceMappingURL=utils.d.ts.map