import type { GitInfo } from './types.js'; declare function parseRepoFullName(remoteUrl: string): string | null; export declare function detectGitInfo(): GitInfo; export { parseRepoFullName }; //# sourceMappingURL=git.d.ts.map