/** * openlore verify command * * Tests generated spec accuracy against actual source code. * Samples files and validates that specs accurately describe behavior. */ import { Command } from 'commander'; export declare const verifyCommand: Command; //# sourceMappingURL=verify.d.ts.map