import { VerifiedResult } from '@markuplint/ml-config'; export declare function output(options: { filePath: string; reports: VerifiedResult[]; html: string; format: string; color: boolean; problemOnly: boolean; }): Promise;