/** * Grep tool - Search file contents with regex */ import type { Tool } from '../types/tools.js'; export declare const grepTool: Tool; //# sourceMappingURL=grep.d.ts.map