import packageJsonFinder from 'find-package-json'; export declare function findPackageJson(startLocation: string): { data: packageJsonFinder.PackageWithPath; location: string; };