import type { ResolvedSuite } from "../config/types.js"; /** * Computes a config hash for fixture invalidation. * * Intentionally narrow: only suiteName and targetVersion are included. * The user controls invalidation by bumping targetVersion when agent logic changes. * Function source code, grader configs, and gate thresholds are excluded — * formatting/refactoring changes must NOT invalidate fixtures. */ export declare function computeFixtureConfigHash(suite: ResolvedSuite): string; //# sourceMappingURL=config-hash.d.ts.map