export declare function createZipArchive(zipPath: string, callback?: Function): void;
export declare function pack(): void;
