/** * 下载tarball并解压到目录 */ export declare const downloadTarball: (tarballUrl: string, projectLocation: string) => Promise;