/** * Formats an RLM execution error into the user-facing run_python tool text. * Expects: error is thrown by rlmExecute/rlmRestore or a delegated tool. */ export declare function rlmErrorTextBuild(error: unknown): string; //# sourceMappingURL=rlmErrorTextBuild.d.ts.map