//#region src/utils/write-package-json.d.ts
declare function writePackageJson(nextContent: Record<string, any>): void;
//#endregion
export { writePackageJson };