declare type WFArchiveFormat = ('zip' | 'tar.gz' | 'tar.bz2' | 'tar.xz' | 'tar' | 'gz' | 'cpio' | 'iso');
export default WFArchiveFormat;
