/** * Takes the given directory path and zips it up and stores it * in the given file path */ export declare function zipDirectoryToFile(directoryPath: string, filePath: string): Promise<{}>;