import type { AiConnectionType } from './types'; export declare const AI_CONNECTION_TO_CONFIG_KEY: Record; export declare const AI_CONNECTION_TO_BUILDER: Record; export declare const AI_ALWAYS_ARRAY_TYPES: Set<"ai_document" | "ai_embedding" | "ai_languageModel" | "ai_memory" | "ai_outputParser" | "ai_retriever" | "ai_reranker" | "ai_textSplitter" | "ai_tool" | "ai_vectorStore">; export declare const AI_OPTIONAL_ARRAY_TYPES: Set<"ai_document" | "ai_embedding" | "ai_languageModel" | "ai_memory" | "ai_outputParser" | "ai_retriever" | "ai_reranker" | "ai_textSplitter" | "ai_tool" | "ai_vectorStore">;