export declare const REALISTIC_TRACE_NAMES: string[]; export declare const REALISTIC_SPAN_NAMES: string[]; export declare const REALISTIC_GENERATION_NAMES: string[]; export declare const REALISTIC_MODELS: string[]; export declare const REALISTIC_USER_INPUTS: string[]; export declare const REALISTIC_AI_RESPONSES: string[]; export declare const REALISTIC_METADATA_EXAMPLES: ({ thread_id: number; session_type: string; user_id?: undefined; conversation_id?: undefined; model_version?: undefined; temperature?: undefined; request_id?: undefined; timestamp?: undefined; environment?: undefined; region?: undefined; document_type?: undefined; file_size?: undefined; processing_time?: undefined; data_source?: undefined; record_count?: undefined; format?: undefined; analysis_type?: undefined; language?: undefined; confidence?: undefined; extraction_task?: undefined; domain?: undefined; entities_found?: undefined; file_type?: undefined; validation?: undefined; schema_version?: undefined; } | { user_id: string; conversation_id: string; thread_id?: undefined; session_type?: undefined; model_version?: undefined; temperature?: undefined; request_id?: undefined; timestamp?: undefined; environment?: undefined; region?: undefined; document_type?: undefined; file_size?: undefined; processing_time?: undefined; data_source?: undefined; record_count?: undefined; format?: undefined; analysis_type?: undefined; language?: undefined; confidence?: undefined; extraction_task?: undefined; domain?: undefined; entities_found?: undefined; file_type?: undefined; validation?: undefined; schema_version?: undefined; } | { model_version: string; temperature: number; thread_id?: undefined; session_type?: undefined; user_id?: undefined; conversation_id?: undefined; request_id?: undefined; timestamp?: undefined; environment?: undefined; region?: undefined; document_type?: undefined; file_size?: undefined; processing_time?: undefined; data_source?: undefined; record_count?: undefined; format?: undefined; analysis_type?: undefined; language?: undefined; confidence?: undefined; extraction_task?: undefined; domain?: undefined; entities_found?: undefined; file_type?: undefined; validation?: undefined; schema_version?: undefined; } | { request_id: string; timestamp: string; thread_id?: undefined; session_type?: undefined; user_id?: undefined; conversation_id?: undefined; model_version?: undefined; temperature?: undefined; environment?: undefined; region?: undefined; document_type?: undefined; file_size?: undefined; processing_time?: undefined; data_source?: undefined; record_count?: undefined; format?: undefined; analysis_type?: undefined; language?: undefined; confidence?: undefined; extraction_task?: undefined; domain?: undefined; entities_found?: undefined; file_type?: undefined; validation?: undefined; schema_version?: undefined; } | { environment: string; region: string; thread_id?: undefined; session_type?: undefined; user_id?: undefined; conversation_id?: undefined; model_version?: undefined; temperature?: undefined; request_id?: undefined; timestamp?: undefined; document_type?: undefined; file_size?: undefined; processing_time?: undefined; data_source?: undefined; record_count?: undefined; format?: undefined; analysis_type?: undefined; language?: undefined; confidence?: undefined; extraction_task?: undefined; domain?: undefined; entities_found?: undefined; file_type?: undefined; validation?: undefined; schema_version?: undefined; } | { document_type: string; file_size: string; processing_time: string; thread_id?: undefined; session_type?: undefined; user_id?: undefined; conversation_id?: undefined; model_version?: undefined; temperature?: undefined; request_id?: undefined; timestamp?: undefined; environment?: undefined; region?: undefined; data_source?: undefined; record_count?: undefined; format?: undefined; analysis_type?: undefined; language?: undefined; confidence?: undefined; extraction_task?: undefined; domain?: undefined; entities_found?: undefined; file_type?: undefined; validation?: undefined; schema_version?: undefined; } | { data_source: string; record_count: number; format: string; thread_id?: undefined; session_type?: undefined; user_id?: undefined; conversation_id?: undefined; model_version?: undefined; temperature?: undefined; request_id?: undefined; timestamp?: undefined; environment?: undefined; region?: undefined; document_type?: undefined; file_size?: undefined; processing_time?: undefined; analysis_type?: undefined; language?: undefined; confidence?: undefined; extraction_task?: undefined; domain?: undefined; entities_found?: undefined; file_type?: undefined; validation?: undefined; schema_version?: undefined; } | { analysis_type: string; language: string; confidence: number; thread_id?: undefined; session_type?: undefined; user_id?: undefined; conversation_id?: undefined; model_version?: undefined; temperature?: undefined; request_id?: undefined; timestamp?: undefined; environment?: undefined; region?: undefined; document_type?: undefined; file_size?: undefined; processing_time?: undefined; data_source?: undefined; record_count?: undefined; format?: undefined; extraction_task?: undefined; domain?: undefined; entities_found?: undefined; file_type?: undefined; validation?: undefined; schema_version?: undefined; } | { extraction_task: string; domain: string; entities_found: number; thread_id?: undefined; session_type?: undefined; user_id?: undefined; conversation_id?: undefined; model_version?: undefined; temperature?: undefined; request_id?: undefined; timestamp?: undefined; environment?: undefined; region?: undefined; document_type?: undefined; file_size?: undefined; processing_time?: undefined; data_source?: undefined; record_count?: undefined; format?: undefined; analysis_type?: undefined; language?: undefined; confidence?: undefined; file_type?: undefined; validation?: undefined; schema_version?: undefined; } | { file_type: string; validation: string; schema_version: string; thread_id?: undefined; session_type?: undefined; user_id?: undefined; conversation_id?: undefined; model_version?: undefined; temperature?: undefined; request_id?: undefined; timestamp?: undefined; environment?: undefined; region?: undefined; document_type?: undefined; file_size?: undefined; processing_time?: undefined; data_source?: undefined; record_count?: undefined; format?: undefined; analysis_type?: undefined; language?: undefined; confidence?: undefined; extraction_task?: undefined; domain?: undefined; entities_found?: undefined; })[]; export declare const REALISTIC_AGENT_NAMES: string[]; export declare const REALISTIC_TOOL_NAMES: string[]; export declare const REALISTIC_CHAIN_NAMES: string[]; export declare const REALISTIC_RETRIEVER_NAMES: string[]; export declare const REALISTIC_EVALUATOR_NAMES: string[]; export declare const REALISTIC_EMBEDDING_NAMES: string[]; export declare const REALISTIC_GUARDRAIL_NAMES: string[]; //# sourceMappingURL=clickhouse-seed-constants.d.ts.map