/** * Trims assistant text at the first closing tag. * Expects: text may contain arbitrary content before/after run_python tags. * Returns null when no trim is needed. */ export declare function agentMessageRunPythonTerminalTrim(text: string): string | null; //# sourceMappingURL=agentMessageRunPythonTerminalTrim.d.ts.map