//#region src/utils/bump-package-json.d.ts
declare function bumpPackageJson(version: string): void;
//#endregion
export { bumpPackageJson };