/** * ASCII art banner for herdctl start * * Gradient from light blue to deep navy, centered on herdctl brand blue (#326CE5). * Respects NO_COLOR / FORCE_COLOR / TTY detection via shouldUseColor(). */ /** * Return the herdctl banner string, colorized if the terminal supports it. */ export declare function getBanner(): string; //# sourceMappingURL=banner.d.ts.map