/**
 * Bump version number
 */
declare function bumpVersion(version: string): string;

export { bumpVersion };
