import { Options } from './types'; export declare const renderJSON: (json: any, options?: Options) => string;