export declare function grepTool(input: unknown): Promise<{ output: string; truncated: boolean; totalLines: number; }>;