import { Commit } from '../types'; export declare function getSuggestedUpdate(commits: Commit[], method?: 'comver' | 'semver'): number;