export declare const isJson: (value: any) => boolean; export declare const prettyJson: (value: any) => string;