import type { Jiti } from 'jiti'; /** * Attempt to run the `install` command for the local package manager. * Bypass with env vars CI and ONEREPO_USE_HOOKS="0" */ export declare function updateNodeModules(configRoot: string, require: NodeJS.Require | Jiti): Promise;