declare function isValidJson(value: object): boolean;
export default isValidJson;
