export declare function getTag(repoUrl: string, version?: string): Promise; export declare function getCurrentTag(repoPath: string): Promise; export declare function checkoutVersion(repoPath: string, version: string, lastVersion?: string): Promise;