import { ExecOptions } from "child_process"; /** * Retrieve current SHA from git. */ export declare function getCurrentSHA(opts: ExecOptions): string;