export declare function hasDownloadScript(repoPath: string): Promise; export declare function downloadBuild({ buildUrl, repoPath, }: { buildUrl: string; repoPath: string; }): Promise; //# sourceMappingURL=index.d.ts.map