export declare const ASCII_WORDMARK_HEIGHT = 5; export declare const WORDMARK_TEXT = "AGENT AFK"; export declare function renderAsciiWordmark(text: string): string[]; export declare function asciiWordmarkWidth(text: string): number;