import type { PackageJson } from "../types.js";
export declare function loadPackageJson(filepath?: string): PackageJson;
