/** Resolve a raw video ID or a common YouTube URL to its canonical video ID. */ export declare function extractVideoId(input: string): string; export declare function createTimestampUrl(videoId: string, seconds: number): string;