export declare function extractZip(archivePath: string, destDir: string): Promise<void>;
