import { ShouldSemanticReleaseOptions } from './types.js'; declare function shouldSemanticRelease({ verbose, }?: ShouldSemanticReleaseOptions): Promise; export { shouldSemanticRelease };