/** * Verify command - generate verification reports for the Verified by Bellwether program. */ import { Command } from 'commander'; /** * Create a new verify command instance. * Useful for testing where fresh command instances are needed. */ export declare function createVerifyCommand(): Command; export declare const verifyCommand: Command; //# sourceMappingURL=verify.d.ts.map