/**
 * 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 declare function getPackagePath(filePath: string): string;
//# sourceMappingURL=package.d.ts.map