import { CLICommand } from "./CLICommand"; export declare class ShowHelpCommand implements CLICommand { run(argv: string[]): Promise; }