export declare function zipSources(sources: { [name: string]: string; }): Promise; export declare function zipFolder(folderPath: string): Promise; //# sourceMappingURL=zip.d.ts.map