import type { GrepToolInput } from "@earendil-works/pi-coding-agent"; import { type FffAdapterContext } from "./common.js"; export declare function executePiGrepWithFff(params: GrepToolInput, ctx: FffAdapterContext, legacyExecute: () => Promise): Promise; //# sourceMappingURL=pi-grep.d.ts.map