export interface ZipDirOptions { ignorePaths?: string[]; outputPath?: string; packagePath?: string; } export declare function zipDir(dirname: string, opts?: ZipDirOptions): Promise; //# sourceMappingURL=zipDir.d.ts.map