import type { WorktreeInfo, Config, CLIOptions } from '../types/index.js'; export declare function getProjectName(): Promise; export declare function setupWorktree(feature: string, options: CLIOptions & { config: Config; }): Promise; export declare function cleanupWorktree(worktreePath: string): Promise; //# sourceMappingURL=git.d.ts.map