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