import { DEFAULT_RAG_CONTEXT_CONFIG } from '../constants/rag/index.js'; import type { RAGContext, RAGContextConfig, VectorSearchResult } from '../types/rag/index.js'; export { DEFAULT_RAG_CONTEXT_CONFIG }; export declare function assembleRAGContext(results: VectorSearchResult[], config?: Partial): RAGContext; //# sourceMappingURL=context-assembler.d.ts.map