import type { ContentRenderer } from './types'; /** * Renders relative-to-now output. */ export declare const renderFromNow: ContentRenderer;