import type { SuiteResult } from '../types'; /** * Generate JUnit XML report from suite results. * Compatible with Jenkins, GitHub Actions, Azure DevOps, and other CI systems. */ export declare function reportJUnit(result: SuiteResult): string; //# sourceMappingURL=junit.d.ts.map