import type { DecoderObservation, DecoderScenario } from "../../../../universal/fixtures/decoder/types.js";
import type { StrictDecoderViolationsByRule } from "./types.js";
export declare function evaluateStrictDecoderScenarios(scenarios: DecoderScenario[], observations: Map<string, DecoderObservation> | Record<string, DecoderObservation>): StrictDecoderViolationsByRule;
//# sourceMappingURL=evaluate-strict-decoder.d.ts.map