import { TestResult, ProductModel } from '../../types/index.js'; import { VibeConfig } from '../../types/config.js'; export declare function generateMarkdownReport(results: TestResult[], productModel: ProductModel, config: VibeConfig): string;