import type { Run } from "../config/types.js"; /** * Serializes a Run artifact as a JSON string. * * @param run - The completed run to serialize * @param pretty - Use indented formatting for readability (default: true) */ export declare function formatJsonReport(run: Run, pretty?: boolean): string; //# sourceMappingURL=json.d.ts.map