import { CommandDefinition } from './cli-command'; export declare const showHelp: (command: CommandDefinition) => void;