export declare class RAGRetrievalSource { constructor(); condition(condition?: string): RAGRetrievalSource; fields(fields?: Array): RAGRetrievalSource; filter(filter?: boolean): RAGRetrievalSource; sourceTableName(sourceTableName?: string): RAGRetrievalSource; validateWithSearchProfile(validateWithSearchProfile?: boolean): RAGRetrievalSource; } //# sourceMappingURL=RAGRetrievalSource.d.ts.map