import { LintResult } from "../linter/LinterContext.js";
export declare class Markdown {
    format(lintResults: LintResult[], showDetails: boolean, version: string, autofix: boolean, quiet?: boolean): string;
    private formatSeverity;
    private formatLocation;
    private formatMessageDetails;
    private formatRuleId;
}
