﻿export declare function answerWithRAG(question: string, userId: string, chatHistory?: string[], topK?: number, pageId?: string): Promise<string>;
//# sourceMappingURL=RAGService.d.ts.map