/**
* Creates a zip file.
* Having single JSON file in it.
* @param {string} saveTo - full path to save the file.
* @param {string} contents - contents of JSON file.
*/exportdeclareconstcompressAndSave: (saveTo: string, contents: string) =>Promise<void>;