import { type Ctx } from "../lib/scope.js"; export declare function fileGrep(args: { pattern: string; path?: string; targetAccountId?: string; }, ctx: Ctx): import("../lib/result.js").ToolResult; //# sourceMappingURL=file-grep.d.ts.map