import { Command, Topic } from '@oclif/config'; import { Help as HelpDefault } from '@oclif/plugin-help'; export default class Help extends HelpDefault { protected formatRoot(): string; protected formatCommand(command: Command): string; protected formatCommands(commands: Command[]): string; protected formatTopic(topic: Topic): string; protected formatTopics(topics: Topic[]): string; }