export declare const F_YOUTUBE_VIDEO_TRANSCRIPT: { id: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; video_id: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; language: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; default_value: string; }; total_duration: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; default_value: number; }; segment_count: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; default_value: number; }; segments_json: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; default_value: string; }; full_text: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; created_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; updated_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; };