/** * OMC HUD - Session Health Element * * Renders session duration and health indicator. */ import type { SessionHealth } from '../types.js'; /** * Render session health indicator. * * Format: session:45m or session:45m (healthy) */ export declare function renderSession(session: SessionHealth | null): string | null; //# sourceMappingURL=session.d.ts.map