import { ToolDefinition } from '../registry.js'; declare const saveQueryTool: ToolDefinition; declare const getSavedQueryTool: ToolDefinition; declare const listSavedQueriesTool: ToolDefinition; /** * Rebuild index tool with elicitation support for confirmation. * Uses getServerInstance() to access the MCP server for elicitation. */ declare const rebuildIndexTool: ToolDefinition; export declare const cacheTools: ToolDefinition[]; export { saveQueryTool, getSavedQueryTool, listSavedQueriesTool, rebuildIndexTool };