/**
 * Resolves the dependency root that contains the installed Next CLI.
 *
 * @private internal utility of `buildAgentsServer`
 */
export declare function resolveNodeModulesPath(nextCliPath: string): string;
