import { type FffAdapterContext } from "./common.js"; type GrepFilesParams = { pattern: string; include?: string; path?: string; limit?: number; }; export declare function executeCodexGrepFilesWithFff(params: GrepFilesParams, ctx: FffAdapterContext, legacyExecute: () => Promise): Promise; export {}; //# sourceMappingURL=codex-grep-files.d.ts.map