/** * openlore verify — programmatic API * * Tests generated spec accuracy against actual source code. * Never controls the process and is console-silent by default. */ import type { VerifyApiOptions, VerifyResult } from './types.js'; export declare function openloreVerify(options?: VerifyApiOptions): Promise; //# sourceMappingURL=verify.d.ts.map