import type { Environment } from '../types.js'; export declare function setupGit(environment: Environment, targetDir: string): Promise;