/** Half-block whale glyph rows; render with the brand color. */ export declare const WHALE_GLYPH: readonly string[]; /** Fixed glyph width in terminal columns. */ export declare const WHALE_GLYPH_COLUMNS = 26; /** Fixed glyph height in half-block rows. */ export declare const WHALE_GLYPH_ROWS = 8;