export declare const GrepTool: import("../../public-types.js").ToolDefinition<{ pattern: string; case_sensitive: boolean; context_lines: number; max_results: number; path?: string | undefined; include?: string | undefined; }>; //# sourceMappingURL=grep.d.ts.map