import type { RalphLoopCoordinator, RalphLoopOpts, RalphLoopResult } from "./types.js"; /** Cycles delegations across an agent list while passing each result forward. */ export declare class RalphLoopEngine { private readonly coordinator; constructor(coordinator: RalphLoopCoordinator); /** Run the configured number of cycles with round-robin agent selection. */ run(opts: RalphLoopOpts): Promise; private buildPrompt; private validate; } //# sourceMappingURL=index.d.ts.map