import type { PackageJson } from 'type-fest'; import type { ProjectInfo } from '../get-project-info/index.mjs'; export declare function getPackageJson(cwd: string, log: ProjectInfo['log']): Promise;