/** * Returns true when one path is nested below a `node_modules` segment. * * @private internal utility of `buildAgentsServer` */ export declare function isPathInsideNodeModules(path: string): boolean;