import type { ScorecardProblem } from '../types.js'; export declare function printScorecardResultsAsJunit(path: string, problems: ScorecardProblem[], achievedLevel: string, targetLevelAchieved: boolean): void; //# sourceMappingURL=junit-formatter.d.ts.map