import type { CycleResult } from "../../types/index.js"; export type WatchCommandOptions = { pr?: number; repo?: string; configPath?: string; maxCycles?: number; pollInterval?: number; wait?: boolean; }; export declare const watchCommand: (cwd?: string, options?: WatchCommandOptions) => Promise; //# sourceMappingURL=watch.d.ts.map