/** * Get first found package path from node_modules */ export declare function getNodeModule(packageName: string, startPath?: string): string | null;