import type { RunArtifact } from "../types.js"; export declare function renderJUnit(artifact: RunArtifact): string;