import { Command } from 'commander';
/**
 * Custom help formatter that respects hidden commands
 */
export declare class HelpFormatter {
    /**
     * Configure custom help for a program
     */
    static configureHelp(program: Command): void;
}
//# sourceMappingURL=help-formatter.d.ts.map