import type { ContentRenderer } from './types'; /** * Renders calendar-style output. */ export declare const renderCalendar: ContentRenderer;