import type { ToolPlugin } from "./types.js"; export declare const MAX_RESULTS = 1000; export declare const MAX_FILES = 100; /** * LSP tool plugin - interact with LSP servers for code intelligence */ export declare const lspTool: ToolPlugin;