export declare function parseJSON(value: string | unknown): any | null;
export declare function stringfyJSON(value: unknown): any | null;
