/**
 * @fileoverview CheckStyle XML reporter
 * @author Ian Christian Myers
 */
import type { TextlintResult } from "@textlint/types";
declare function formatter(results: TextlintResult[]): string;
export default formatter;
//# sourceMappingURL=checkstyle.d.ts.map