/** * openlore audit command * * Reports spec coverage gaps: uncovered functions, orphan requirements, * hub gaps, and stale domains. No LLM required. */ import { Command } from 'commander'; import type { AuditReport } from '../../types/index.js'; export declare function formatMappingCoverageStatus(report: AuditReport): string[]; export declare const auditCommand: Command; //# sourceMappingURL=audit.d.ts.map