import type { RunRecord } from './types'; export declare function needsAttention(run: RunRecord, nowMs?: number): boolean; export declare function attentionReason(run: RunRecord, nowMs?: number): string | undefined;