import ZIP from 'jszip'; import { Weshop } from '../../typings/index'; /** * 打包 CDN * @param projectDir 项目地址 * @param options CDN 选项 */ export declare function executeCDN(zip: ZIP, cwd: string, options: Weshop.CDNOptions): Promise; /** * 生成 ZIP 包 * @param imageFileArr 图片文件路径数组 * @param options CDN 选项 */ export declare function generateCDNZip(zip: ZIP, options: Weshop.CDNOptions): Promise; //# sourceMappingURL=cdn.d.ts.map