/** * Evaluation tooling. NOT imported by AgentsModule or by bootstrap — a product * that never runs a sweep must not pay for this module's dependency graph. * Import it explicitly from a sweep entrypoint. * * The three imports carry exactly the providers this module's services inject: * `LLMModule` exports `LLMService` (RubricJudgeService), `ChunkModule` exports * `ChunkRepository` (RetrievalSweepService) and `ResponderModule` exports * `ResponderService` (EndToEndSweepService). `TokenAccountingChecker`, * `EvidenceMatcher` and `QuestionSetLoader` have no injected dependencies. */ export declare class RetrievalEvalModule { } //# sourceMappingURL=retrieval-eval.module.d.ts.map