import type { PackageJson } from 'type-fest'; /** * Loads the `package.json` file from the given project root path. */ export declare const loadPackageJson: (projectRootPath: string) => Promise; //# sourceMappingURL=loadPackageJson.d.ts.map