import type { IndexFiles } from "../../indexer/index-files.js"; export declare const overviewTool: { name: string; description: string; inputSchema: { type: "object"; properties: { path: { type: string; description: string; }; token_budget: { type: string; description: string; }; depth: { type: string; description: string; }; }; }; }; export declare function handleOverview(indexer: IndexFiles, args: Record): string;