import { AbstractCommand } from './AbstractCommand'; import { Output } from '../Output'; export declare class HelpCommand extends AbstractCommand { private cliService; output(output: Output, params: { command?: string; }): Output; private renderUsage; private renderOptions; private renderExamples; private renderCommand; }