import type { RlmExecuteResult } from "./rlmExecute.js"; /** * Formats a successful run_python execution summary for tool-result delivery. * Expects: result is returned from rlmExecute or rlmRestore. */ export declare function rlmResultTextBuild(result: RlmExecuteResult): string; //# sourceMappingURL=rlmResultTextBuild.d.ts.map