import { Help } from '@oclif/core'; import type { Command, Interfaces } from '@oclif/core'; export default class StamhoofdHelp extends Help { constructor(config: Interfaces.Config, opts?: Partial); protected formatCommand(command: Command.Loadable): string; protected showRootHelp(): Promise; protected showTopicHelp(topic: Interfaces.Topic): Promise; private rootGroup; private otherCommands; private topicExamples; private formatRootList; } //# sourceMappingURL=help.d.ts.map