import { RepoMetadata, RunnerContext } from '../interfaces.js'; export declare class Git { static context(): Promise; static remoteURL(): Promise; static ref(): Promise; static fullCommit(): Promise; static tag(): Promise; static getCommitUserEmail(): Promise; private static isHeadDetached; private static getDetachedRef; private static exec; } export declare function repo(): Promise; //# sourceMappingURL=git.d.ts.map