import type { EventEntry } from "./types.js"; import type { QaAutomationStyle, QaEvidenceReference } from "./qa-coverage-types.js"; export declare function matchingQaEvidence(events: EventEntry[], criterion: string, expectedStyle: QaAutomationStyle): QaEvidenceReference[];