/** * Trims assistant text after the failed block. * Expects: successfulExecutionCount is the number of completed blocks before the failure. * Returns null when no trim is needed. */ export declare function agentMessageRunPythonFailureTrim(text: string, successfulExecutionCount: number): string | null; //# sourceMappingURL=agentMessageRunPythonFailureTrim.d.ts.map