/** * Runs a sequential inference loop where the model uses python_exec/output_string tool calls. * Expects: Anthropic auth is configured and system python is available. */ export declare function main(args: string[]): Promise; //# sourceMappingURL=recipePyrepl.d.ts.map