import type { CronDTO } from '../../../api/dto/crons.js'; /** Compact cockpit row: state first; the native Inspector owns details. */ export declare function cronWaitSummary(crons: readonly CronDTO[], nowMs?: number): string | undefined;