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