export declare function unzip(zipFileLocation: string, unzipDirLocation: string): Promise; export declare function archiveFolder(folderPath: any, targetPath: any, zipName: any): Promise; /** * Returns array of files present in archived package */ export declare function getArchivedEntries(archivedPackage: string): Promise;