/** * Resolve the worktree's shared git directory from the checkout itself. * This supports both native worktrees and externally provisioned worktrees * whose git storage lives outside the checkout tree. */ export declare function resolveGitCommonDir(worktreeDir: string): string; //# sourceMappingURL=gitCommonDir.d.ts.map