import { ExecOptions } from "@lerna/core";
/**
 *
 * @param opts
 * @returns
 */
export declare function hasCommit(opts?: ExecOptions): boolean;
