import { ExecOptions } from "@lerna/core";
/**
 *
 * @param execOpts
 * @returns
 */
export declare function getLastCommit(execOpts?: ExecOptions): string;
