import type { LintResult } from "./model.js"; export declare function formatReport(result: LintResult, opts: { json: boolean; quiet: boolean; }): string;