/** * Help text and documentation for CLI */ /** * Show welcome message */ export declare function showWelcome(): void; /** * Show main help screen */ export declare function showHelp(): string; /** * Show command-specific help */ export declare function showCommandHelp(command: string): string; //# sourceMappingURL=help.d.ts.map