import type { ReplContext } from "./types.js"; export declare function runAgentTurn(userMessage: string, context: ReplContext): Promise; //# sourceMappingURL=agent.d.ts.map