/** * Grep tool — search file contents using ripgrep. */ import type { Tool } from './index.js'; export declare const grepTool: Tool; //# sourceMappingURL=grep.d.ts.map