/** * Show detailed help for a specific command */ export declare const showCommandHelp: (commandName: string) => void; /** * Show general help */ export declare const showGeneralHelp: () => void; /** * Show enhanced help (general or command-specific) */ export declare const showDetailedHelp: (command?: string) => void; /** * Show quick tips */ export declare const showQuickTips: () => void; //# sourceMappingURL=help.d.ts.map