/** * openlore audit — programmatic API * * Compares current codebase state to the spec snapshot to report coverage gaps. * No LLM required. */ import type { AuditReport } from '../types/index.js'; import type { AuditApiOptions } from './types.js'; export declare function openloreAudit(options?: AuditApiOptions): Promise; //# sourceMappingURL=audit.d.ts.map