interface File { name: string; url: string; } export default function downloadZip(files: File[], downloadName?: string): Promise;