import { type PackageManifest } from '@pnpm/types';
declare let pnpmPkgJson: PackageManifest;
export { pnpmPkgJson };
