/// export declare const getRepoName: (repo: string) => string; export declare const cloneOrPull: (repo: string) => Promise; export declare const runYarnInstall: (repo: string) => import("child_process").SpawnSyncReturns; export declare const runYarnCi: (repo: string) => import("child_process").SpawnSyncReturns; export declare const runYarnAddGdScripts: (repo: string) => import("child_process").SpawnSyncReturns;