/** * Converts compatibility impact into the next published version. * * Before 1.0, backward-compatible work stays on the current minor line and * breaking changes advance the minor line. At 1.0 and above, normal SemVer * patch/minor/major increments apply. */ export declare function nextReleaseVersion(currentVersion: string, releaseType: string): string; //# sourceMappingURL=releaseVersion.d.ts.map