import * as commander from "commander"; export declare function install(command: commander.Command): Promise; export declare function uninstall(command: commander.Command): Promise; export declare function verify(command: commander.Command): Promise;