import * as commander from 'commander';
/** Creates the CLI <analyze> command */
export declare function createAnalyzeCommand(): commander.Command;
