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