import type { IConventionalCommit } from "@wroud/conventional-commits-parser";
export declare function getConventionalCommitsBump(commits: IConventionalCommit[]): "major" | "minor" | "patch" | null;
//# sourceMappingURL=getConventionalCommitsBump.d.ts.map