import type { ContentRenderer } from './types'; /** * Renders numeric diff output. */ export declare const renderDiff: ContentRenderer;