import { NormalizedPackageJson } from 'read-pkg-up'; declare function readPackageJSON(): NormalizedPackageJson; export { readPackageJSON };