import type { AnyObject, Nullable } from '../types'; export declare function stringifyJson(data: AnyObject): Nullable; export declare function parseJson(jsonStr: string): Nullable;