export default function createZipFile(zipDirPath: string, zipFilePath: string): Promise<void>;
