/**
 * Get the current/last commit sha
 * @returns Current sha
 */
export declare const getCurrentCommitSha: () => Promise<string>;
