export declare const F_QNA_LOG: { id: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; question_lang: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; question_native: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; question_en: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; answer_en: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; answer_native: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; user_feedback: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; user_rating: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; user_comment: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; ai_model: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; ai_confidence: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; response_time_ms: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; token_count: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; user_id: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; session_id: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; ip_hash: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; context_type: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; context_id: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; referenced_sources: { 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; }; is_helpful: { id: string; label: string; is_required: boolean; placeholder: string; }; is_flagged: { id: string; label: string; is_required: boolean; default_value: boolean; }; flagged_reason: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; is_reviewed: { id: string; label: string; is_required: boolean; default_value: boolean; }; reviewed_at: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; reviewed_by: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; };