declare function clonePromise(repo: any, targetPath: any, opts: any): Promise; export default clonePromise; export declare const checkout: any; export declare const pullForce: (targetPath: any, opts?: any) => Promise;