import type { ToolPlugin } from "./types.js"; /** * Grep tool plugin - powerful search tool based on ripgrep */ export declare const grepTool: ToolPlugin;