import { JSONNode } from './toJSON'; export declare const strNode: (name: string, value: JSONNode, depth?: number) => string;