/** * The optional turn budget for an agent run. * * A turn count is a deliberately blunt guard. Koneck also watches the failure modes that actually * indicate a runaway (repeated calls, empty responses, timeouts and a silent stream), so an * absent, zero, or negative value means "do not impose this additional cap". */ export declare function resolveMaxTurns(value: number | undefined): number | null; //# sourceMappingURL=run-limits.d.ts.map