export declare function setServerUrl(url: string): void; export declare function transformUrl(url: string, account?: any): Promise; export declare function clearGitCert(url: string): Promise; export declare function clearGitCertByPath(repoPath: string): Promise; export declare function download(url: string, tag: string, filepath: string): Promise;