export function validateVideoUrl(input: any): { isValid: boolean; embedUrl: null; } | { isValid: boolean; embedUrl: string; };