/** * Find the node_modules directory. * @param pattern - Absolute pattern to start search, defaults to current directory. * @param fs - User provided file system, defaults to fs-extra. * @returns Return null if not found. * @deprecated */ export declare function findNodeModules(pattern: string, fs?: any): string | null;