export interface IZipService { addData(path: string, data: Buffer): Promise; save(path: string): Promise; }