export declare function unzip(zipPath: string, toPath: string): Promise; export declare function genZip(dirPath: string, zipPath: string): void; export declare function archiveZip(dirPath: string, zipPath: string): Promise;