/**
* Downloads a JSON object as a file.
* @paramjson - The JSON object to be downloaded.
* @paramfileName - The name of the file to be downloaded.
* If not provided, the default name will be "data.jsonld".
*/exportdeclareconstdownloadJson: (json: unknown, fileName?: string) =>void;