import type { GapAnalysis } from '../schemas/gap-analysis.schema.js'; export declare function writeMarkdownReport(analysis: GapAnalysis, outputDir: string): Promise; //# sourceMappingURL=markdown-reporter.d.ts.map