import { Command } from 'commander'; export declare function registerVerifyEvolveCommands(program: Command): void; export declare function registerPluginCommand(program: Command): void;