/** * Unzip archive */ declare function unzip(source: string, path: string): Promise; export { unzip };