import type { ContentRenderer } from './types'; /** * Renders raw duration diff output (formatted later by formatDurationContent). */ export declare const renderDuration: ContentRenderer;