export declare const parseJson: (json: string) => T; export declare const stringifyJson: (value: any) => string;