/** * Display the WIGGUM CLI ASCII header with welcome box */ export declare function displayHeader(): void; /** * Display a minimal header (for subcommands) */ export declare function displayMinimalHeader(): void;