/** * Find the package.json file for a given code path * @param codePath * @returns */ export declare function findPackageJson(codePath: any): Promise;