/** * Bump the version of the package * @param rootPath */ export declare const bumpVersion: (rootPath: string) => Promise;