/** * LSP Inspect Tool * * Inspect code at a specific position using the Language Server Protocol. * The agent provides a file path, line number, and a `<<<` marker in the * line content to indicate the cursor position. */ export declare const lspInspectTool: import("../../tools").Tool<{ path: string; line: number; match: string; }, unknown, unknown, unknown, import("../../tools").ToolExecutionContext, "mastra_workspace_lsp_inspect", unknown>; //# sourceMappingURL=lsp-inspect.d.ts.map