export declare const F_PINECONE_PROCESSING_LOG: { 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; }; index_name: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; chunk_count: { id: string; label: string; is_required: boolean; placeholder: string; default_value: number; }; processing_status: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; default_value: string; }; error_message: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; started_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; completed_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; processing_duration_seconds: { id: string; label: string; is_required: boolean; default_value: number; placeholder: string; }; created_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; };