/** * Types for the QMD benchmark harness. * * A benchmark fixture defines queries with expected results. * The harness runs each query through multiple search backends * and measures precision, recall, MRR, and latency. */ export {};