import type { TranscriptResponse, VideoBasicInfo } from "../types/index.js"; export declare function fetchBasicVideoInfo(videoId: string): Promise; export declare function getTranscript(videoId: string, lang?: string): Promise; export declare function getTranscriptWithTimestamps(videoId: string, lang?: string): Promise; }>; //# sourceMappingURL=youtube.d.ts.map