import type { Indexer } from "../../indexer/indexer.js"; export declare const indexStatusTool: { name: string; description: string; inputSchema: { type: "object"; properties: {}; }; }; export declare function handleIndexStatus(indexer: Indexer): string;