/** * `score-audit` — emit the deterministic finding-quality scorecard for a fresh * audit against a corpus's human-applied labels (A-2). * * Resolution: * --findings audit-findings.json (default: /audit-findings.json) * --labels corpus/.labels.json (REQUIRED) * --baseline a prior scorecard.json to gate against (optional) * --out where to write scorecard.json (default: /score-audit.json) * * The exit code is wired SOLELY to a hallucination-rate REGRESSION vs --baseline * (track-don't-gate: precision/recall are printed but never gate). With no * baseline the run only emits the scorecard and always exits 0. */ export declare function cmdScoreAudit(argv: string[]): Promise; //# sourceMappingURL=scoreAuditCommand.d.ts.map