/** * manage-agent-loop-settings — inspect or update the agent loop step limit. */ import type { ActionTool } from "../agent/types.js"; export declare const tool: ActionTool; export declare function run(args: Record): Promise; //# sourceMappingURL=manage-agent-loop-settings.d.ts.map