5 lines
269 B
TypeScript
5 lines
269 B
TypeScript
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>;
|