export interface HelpPayload { commandName: string; headline?: string; usage?: string; tables?: Record; description?: string; }