/**
* Package.json directory finder
* @param {string} filePath - path to directory where packages.json is located
* @returns {string} path to directory where packages.json is located
*/
export declarefunctiongetPackagePath(filePath: string): string;
//# sourceMappingURL=package.d.ts.map