import type { BumperRecommendation } from 'conventional-recommended-bump'; import type { Commit } from './types'; export declare function whatBump(commits: Commit[]): Promise; //# sourceMappingURL=whatBump.d.ts.map