import type { FlagDef } from '../plugins.js'; import type { CommandRegistry, RegisteredCommand } from './command-registry.js'; export declare function formatGlobalHelp(registry: CommandRegistry, version: string): string; export declare function formatCommandHelp(command: RegisteredCommand, globalFlags: readonly FlagDef[]): string; //# sourceMappingURL=help.d.ts.map