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