import type { CycleResult } from "../../types/index.js"; export type RunOptions = { pr?: number; repo?: string; configPath?: string; }; export declare const runCommand: (cwd?: string, options?: RunOptions) => Promise; //# sourceMappingURL=run.d.ts.map