/** * Display formatting helpers for hooks commands. * Extracted from hooks.ts (ARCH-1) — formatIntelligenceStatus. */ /** * Format an intelligence component status string with colour coding. */ export declare function formatIntelligenceStatus(status: string): string; //# sourceMappingURL=hooks-formatting.d.ts.map