export declare function getGitRepoInfo(): Promise<{
    sha: string;
    commit: string;
    branch: string;
    repo: string;
    path: string;
    key: string;
} | null>;
//# sourceMappingURL=utils.git.d.ts.map