import "../../../agent-spawn/dist/register-factories.js"; import type { ExperimentRunOptions, ExperimentRunResult } from "../types.js"; export declare function runExperimentLoop(options: ExperimentRunOptions): Promise;