/** * retrieval_audit — analyze retrieval traces to find patterns. * * Inspects stored retrieval traces to identify which tools get retried, * which heuristic rules misfire, and where routing may be suboptimal. */ import type { ToolDefinition } from '@fozikio/cortex-engine'; export declare const retrievalAuditTool: ToolDefinition; //# sourceMappingURL=retrieval-audit.d.ts.map