export interface BenchmarkExpectation { fixtureId: string; repoArchetype: string; expectedRepoMap?: Record; expectedRecommendations?: string[]; expectedInstructionScopes?: string[]; expectedQualityGaps?: string[]; expectedObservabilityEvents?: string[]; expectedParallelDecision?: string; } //# sourceMappingURL=benchmark-expectation.d.ts.map