import { Section } from 'command-line-usage'; export declare class Help { commandLineUsage: any; sections: Section[]; main(): void; aboutCommand(): void; exportCommand(): void; initCommand(): void; listCommand(): void; matrixCommand(): void; parseCommand(): void; removeCommand(): void; reposCommand(): void; searchCommand(): void; showCommand(): void; switchCommand(): void; }