export declare const extractZipArchive: (archivePath: string, dir: string) => Promise<void>;
