import { ToolRegistration } from '../../core/types.js';
/**
 * Setup RAG retrieval tools
 */
export declare function setupRAGRetrievalTools(): Promise<ToolRegistration>;
//# sourceMappingURL=tools.d.ts.map