/** Brand red — used for the logo, the agent-panel title, and accents. */ export declare const PRIMARY_COLOR: string; /** Spinner frames for the agent progress panel (8-step rotation). */ export declare const SPINNER_FRAMES: string[]; /** ASCII art logo, one string per terminal line. */ export declare const LOGO_LINES: string[]; /** Logo height in terminal lines (LOGO_LINES.length). */ export declare const LOGO_HEIGHT: number;