export declare function isGitRepo(): boolean; export declare function isSvnRepo(): boolean; /** * Get the current branch / working copy name. * Priority: git → svn → AIDA_BRANCH env → "main" */ export declare function getBranchName(): string; /** * Get the current developer name. * Priority: git config user.name → svn Last Changed Author → AIDA_DEV env → OS username */ export declare function getDevName(): string; //# sourceMappingURL=git.d.ts.map