import { PKG, ScanOptions } from '../../types';
export interface DoMarkdownlintOptions extends ScanOptions {
    pkg: PKG;
}
export declare function doMarkdownlint(options: DoMarkdownlintOptions): Promise<import("../../types").ScanResult[]>;
