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