export declare const STATUSLINE_ICONS: { readonly auto_proceed: string; readonly autonomy: string; readonly brain: string; readonly breaker: string; readonly cache: string; readonly context: string; readonly cost: string; readonly debug_stream: string; readonly elapsed: string; readonly enhance: string; readonly eternal_stage: string; readonly fleet: string; readonly fleet_agents: string; readonly git: string; readonly goal: string; readonly hint: string; readonly index: string; readonly mailbox: string; readonly memory_context: string; readonly mode: string; readonly model: string; readonly next_steps: string; readonly plan: string; readonly processes: string; readonly project: string; readonly queue: string; readonly sessions: string; readonly side_effects: string; readonly state: string; readonly tasks: string; readonly token_saving: string; readonly tokens: string; readonly todos: string; readonly tools: string; readonly working_dir: string; readonly yolo: string; }; export declare const COMPACT_THRESHOLD = 50; export declare function chipColor(color: string, isNoColor: boolean): string | undefined; export declare const STACK_ORANGE = "#FD9F02"; export declare const LINE_BG_COLORS: readonly [string, string, string, string]; export declare const SPINNER_FRAMES: string[]; export declare const SPINNER_INTERVAL_MS = 1000; //# sourceMappingURL=status-bar-icons.d.ts.map