/** * 快速创建一个 Zip 文件,不压缩,仅为了捆绑文件 */ export declare function fastZip(files: { name: string; input: File | Response; }[]): Promise; //# sourceMappingURL=fastZip.d.ts.map