/** * Trims assistant text by removing blocks that appear after the first tag. * Returns null when no trim is needed. */ export declare function agentMessageRunPythonSayAfterTrim(text: string): string | null; //# sourceMappingURL=agentMessageRunPythonSayAfterTrim.d.ts.map