export declare function archiveDirectory(dirPath: string): Promise; export declare function extractArchive(archivePath: string): Promise;