export declare class QualityBenchmark {
    private kb;
    private benchmarkQueries;
    constructor();
    runBenchmark(): Promise<void>;
    private evaluateQuery;
    private findExpectedTerms;
    private generateReport;
}
declare function runBenchmark(): Promise<void>;
export { runBenchmark };
//# sourceMappingURL=quality-benchmark.d.ts.map