import type { AgentLoopInput, AgentLoopResult } from './agent-loop-types.js'; /** * Run the loop. ALL exceptions are caught and converted to a result * with finishReason='error' — the caller (IM AgentAdapter) wants to * surface failures to the user, not crash agim. */ export declare function runAgentLoop(input: AgentLoopInput): Promise; //# sourceMappingURL=agent-loop-run.d.ts.map