/** * @param packageJsonUrl - Optional URL to the package.json. Defaults to the * `package.json` at the package root (three levels up from this module: * `src/runtime/auto-update/` → repo root, or * `dist/runtime/auto-update/` → package root inside node_modules — same * relative depth in both layouts). * @returns the npm package name. */ export declare function resolvePackageName(packageJsonUrl?: URL): string; //# sourceMappingURL=resolve-package-name.d.ts.map