import { SessionManager } from '../session/manager.js'; import { type ToolResponse } from './types.js'; export declare function grep(manager: SessionManager, params: { file_path?: string; file_paths?: string[]; patterns?: string[]; pattern?: string; case_sensitive?: boolean; whole_word?: boolean; max_results?: number; context_chars?: number; dedupe_by_paragraph?: boolean; search_xml?: boolean; include_context?: boolean; }): Promise; //# sourceMappingURL=grep.d.ts.map