import { DiffDetails } from '../main';
export declare const renderValue: (value: any) => string;
export declare const renderKey: (key?: string | number | null) => string;
export declare const diffJsView: (diff: DiffDetails) => string;
