import type { FindToolInput } from "@earendil-works/pi-coding-agent"; import { type FffAdapterContext } from "./common.js"; type FindFilesParams = FindToolInput & { offset?: number; }; export declare function executeCodexFindFilesWithFff(params: FindFilesParams, ctx: FffAdapterContext, legacyExecute: () => Promise): Promise; export {}; //# sourceMappingURL=codex-find-files.d.ts.map