/** * Builds the system prompt for the python REPL recipe loop. * Expects: sandboxDir is the only writable directory for generated files. */ export declare function recipePythonSystemPromptBuild(sandboxDir: string): string; //# sourceMappingURL=recipePythonSystemPromptBuild.d.ts.map