import pkgUp from './pkgUp'; declare function readPkgUp(opts?: Parameters[0]): {} | { pkg: string, path: string }; export default readPkgUp;