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