import * as Config from '@oclif/config'; import Help from '@oclif/plugin-help'; export declare class SlicknodeHelp extends Help { topic(topic: Config.Topic): string; command(command: Config.Command): string; topics(topics: Config.Topic[]): string | undefined; }