/** * Find the Git repository root by walking up the directory tree */ export declare function findGitRoot(startPath?: string): Promise; //# sourceMappingURL=git-utils.d.ts.map