import { JsonValue } from 'xbsj-xe2/dist-node/xe2-base-utils'; export declare function toJsonStr(json: JsonValue): string; export declare function printJson(json: JsonValue): void;