import { type PackageManifest } from '@pnpm/types'; export declare function readPkg(pkgPath: string): Promise;