import type { GroupsType } from './command-groups'; import type { CommandList } from './cli.main.runtime'; export declare function formatHelp(commands: CommandList, groups: GroupsType, showPrivateCommands?: boolean): string;